Changes between Version 7 and Version 8 of WarningFixes


Ignore:
Timestamp:
Nov 8, 2009, 6:21:53 PM (13 years ago)
Author:
John Maddock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WarningFixes

    v7 v8  
    1111 * Microsoft Visual C++ (Current latest stable release is 2008), with /W4.
    1212 * GNU GCC (Current latest stable release is 4.4.x) with /Wall /Wextra -pedantic.
     13
     14Consider these warning levels as an ''aspiration'', leaving them unfixed only with good reason.  Only time will tell what the correct balance between warning-suppression and time-wasting is.
    1315
    1416In addition if library test cases can be made warning free, then we can begin to enforce a no-warnings policy by testing with warnings-as-errors with the above compilers.