
4 Nov
2009
4 Nov
'09
6:18 p.m.
Stewart, Robert wrote:
John Maddock wrote:
my suggestion would be that we have two test-runners (if we have any spare!) that build with warnings-as-errors, maybe:
-Wall -pedantic -Wstrict-aliasing -fstrict-aliasing -Werror
For gcc and:
/W3 /WX
for MSVC?
That won't work well for a test-runner will it? On the first warning, the build will fail. It would be better to have a report of all warnings that must be addressed.
Yes, but it will still not satisfy those who compile at /W4. :-) Bo Persson