forked from boostorg/type_traits
Fix flags for type_with_alignment test on gcc-4.4 (won't compile due to
uninitialized warning). [SVN r72279]
This commit is contained in:
@@ -15,6 +15,7 @@ project : requirements
|
||||
<warnings>all
|
||||
# set warnings as errors for those compilers we know we get warning free:
|
||||
<toolset>gcc:<cxxflags>-Wextra
|
||||
<toolset>gcc:<cxxflags>-Wno-uninitialized
|
||||
<toolset>gcc:<warnings-as-errors>on
|
||||
<toolset>intel:<warnings-as-errors>on
|
||||
<toolset>sun:<warnings-as-errors>on
|
||||
|
Reference in New Issue
Block a user