23 Oct
2014
23 Oct
'14
7:12 a.m.
Hi all, in some boost libraries I am using, there are compilation warnings complaining about unused parameter. For instance: boost/signals2/detail/auto_buffer.hpp:102:45: warning: unused parameter 'size' I'd like to get rid of the warnings. What is the best way to proceed? Should I send a merge request in github or something else? Thanks in advance Kevin