Fix -Wpedantic

This commit is contained in:
Dennis Klein
2020-01-22 15:44:28 +01:00
committed by Dennis Klein
parent 15de80cfd3
commit d608abf31c
5 changed files with 14 additions and 12 deletions

View File

@@ -18,5 +18,5 @@
void *fair::mq::ChannelResource::do_allocate(std::size_t bytes, std::size_t /*alignment*/)
{
return setMessage(factory->CreateMessage(bytes));
};
}