Changes between Version 28 and Version 29 of Guidelines/WarningsGuidelines
- Timestamp:
- Dec 6, 2012, 3:21:19 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Guidelines/WarningsGuidelines
v28 v29 149 149 : requirements 150 150 <toolset>gcc:<cxxflags>-Wno-missing-braces 151 <toolset>clang:<cxxflags>-Wno-missing-braces 151 152 <toolset>darwin:<cxxflags>-Wno-missing-braces 152 153 <toolset>acc:<cxxflags>+W2068,2461,2236,4070,4069 # Comments on warning message help readers who do not have ACC documentation to hand. … … 944 945 In a jamfile, add, for example: 945 946 {{{ 946 <toolset=clang><cxxflags>-Wno-unused-variable 947 <cxxflags>-Wno-maybe-uninitialized 947 <toolset>clang:<cxxflags>-Wno-reorder 948 <toolset>clang:<cxxflags>-Wno-unused-variable 949 <toolset>clang<cxxflags>-Wno-maybe-uninitialized 948 950 ... 949 951 }}}