Alexander Kabaev <[EMAIL PROTECTED]> writes: > > [snip] > > > > Curiosity: Why does this suppression get disabled in the imported compiler? > > I guess justification was to see warnings about FreeBSD's own header > files. We dont want to hide warnings in them, we want to fix issues > warnings report.
Ok. This makes sense. However, if these warnings are disguising more important warnings in some ports, may I suggest people looking to fix warnings in those ports try compiling with -Wno-system-headers, which I believe will disable the warnings from gcc's headers. Of course anyone looking to fix warnings in headers should leave -Wsystem-headers on. > C++ headers just a side effect of that decision. I guess this is evidence that #pragma GCC system_header isn't quite enough. :-) _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "[EMAIL PROTECTED]"