Closed remicollet closed 7 years ago
Too much build warnings introduce noise which can hide serious issues. This fix all of them, even if some are mostly false-positive from the compiler.
Of course, need to be reviewed carefully. and yes, I build everything using -Wall ;)
Coverage increased (+0.05%) to 89.305% when pulling d9d5d71c7af96b3dfa6f9afec1bcaf5b955b712b on remicollet:issue-warn into e125067dd70e9358d77899068a58b63306fc34ab on jbboehr:master.
LGTM
Thanks
Too much build warnings introduce noise which can hide serious issues. This fix all of them, even if some are mostly false-positive from the compiler.