Subject: [Boost-users] unused parameter warning
From: Kevin Molcard (kevin.molcard_at_[hidden])
Date: 2014-10-23 03:12:18


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