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:
Bryce Adelstein-Lelbach
2011-05-30 12:41:33 +00:00
parent 8375014c95
commit 0e4093146b

View File

@@ -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