Changes between Version 7 and Version 8 of WarningFixes
- Timestamp:
- Nov 8, 2009, 6:21:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WarningFixes
v7 v8 11 11 * Microsoft Visual C++ (Current latest stable release is 2008), with /W4. 12 12 * GNU GCC (Current latest stable release is 4.4.x) with /Wall /Wextra -pedantic. 13 14 Consider 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. 13 15 14 16 In 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.