On 06/22/2012 08:57 PM, Ricardo Maraschini wrote:
> hello,
>
> i've removed two unused variables on found_macro_x() function.
> Compiler errors:
>
> ../common/macros.c: In function ‘process_macros_r’:
> ../common/macros.c:133:6: warning: variable ‘found_macro_x’ set but not used [-Wunused-but-set-variable]
> ../common/macros.c:128:6: warning: variable ‘x’ set but not used [-Wunused-but-set-variable]
>
>
> OK? Comments?
>
Test this with macro resolution debugging turned on. I just
reverted a patch that did this change (and a bunch of other
-Wunused-but-set-variable), and removing the unused ones
actually broke macro resolution for the core.
--
Andreas Ericsson [email protected]
OP5 AB www.op5.se
Tel: +46 8-230225 Fax: +46 8-230231
Considering the successes of the wars on alcohol, poverty, drugs and
terror, I think we should give some serious thought to declaring war
on peace.
This post was automatically imported from historical nagios-devel mailing list archives
Original poster: [email protected]