Changes between Version 43 and Version 44 of WarningFixes
- Timestamp:
- Dec 17, 2011, 2:52:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WarningFixes
v43 v44 9 9 The main test compilers and flags are: 10 10 11 * Microsoft Visual C++ ( Current latest stable release is 2008), with /W4.12 * GNU GCC ( Current latest stable release is 4.4.x) with /Wall /Wextra -pedantic.11 * Microsoft Visual C++ (release version 2008 or later), with /W4. 12 * GNU GCC (release version 4.4.x or later) with /Wall /Wextra -pedantic. 13 13 14 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.