any macro for silencing unused variable warnings?
26 Apr
2014
26 Apr
'14
7:29 p.m.
Hi, Is there in Boost a macro for disabling warnings about unused variables? (In case I intend my variable never to be used). Regards, &rzej
26 Apr
26 Apr
7:39 p.m.
On 26 April 2014 21:29, Andrzej Krzemienski
Hi, Is there in Boost a macro for disabling warnings about unused variables? (In case I intend my variable never to be used).
What about the ignore_unused_variable_warning template
function in
7:58 p.m.
On Sat, Apr 26, 2014 at 11:29 PM, Andrzej Krzemienski
Hi, Is there in Boost a macro for disabling warnings about unused variables? (In case I intend my variable never to be used).
I have this: http://www.boost.org/doc/libs/1_55_0/libs/log/doc/html/BOOST_LOG_UNUSED_VARI...
3851
Age (days ago)
3851
Last active (days ago)
2 comments
3 participants
participants (3)
-
Andrey Semashev
-
Andrzej Krzemienski
-
Mateusz Łoskot