Boost C++ Libraries: Ticket #9617: boost should have no output under maximum warning settings of compilers https://svn.boost.org/trac10/ticket/9617 <p> in most projects boost is used as an external library. but since most of it is in the headers, you have to make sure that boost itself is not producing any warning noise even at highest possible levels of warning settings under most of the compilers. namely, we regularly compile our project code with -Wall -Wextra. with these flags boost produces unbearable amounts of warning messages which totally drown out any possible issues within our code since nobody can really find our warnings in this haystack... can you please start doing your builds with higer warning settings and try to resolve them? </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9617 Trac 1.4.3 Steven Watanabe Fri, 04 Apr 2014 03:18:12 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9617#comment:1 https://svn.boost.org/trac10/ticket/9617#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">wontfix</span> </li> </ul> <p> I can deal with specific issues, but a general ticket like this is never going to be addressed. Also, using -isystem instead of -I will disable warnings from Boost headers. </p> Ticket