mirror of
https://github.com/boostorg/build.git
synced 2026-02-14 00:32:11 +00:00
Suppressing uninitialized warnings on pathscale unless explicitly specified
(they are copious). [SVN r67709]
This commit is contained in:
@@ -72,8 +72,8 @@ flags pathscale.compile OPTIONS <address-model>32 : -m32 ;
|
||||
flags pathscale.compile OPTIONS <address-model>64 : -m64 ;
|
||||
|
||||
flags pathscale.compile OPTIONS <warnings>off : -woffall -Wno-uninitialized ;
|
||||
flags pathscale.compile OPTIONS <warnings>on : -Wall ;
|
||||
flags pathscale.compile OPTIONS <warnings>all : -Wall ;
|
||||
flags pathscale.compile OPTIONS <warnings>on : -Wall -Wno-uninitialized ;
|
||||
flags pathscale.compile OPTIONS <warnings>all : -Wall -Wno-uninitialized ;
|
||||
|
||||
flags pathscale.compile.c++ OPTIONS <inlining>off : -noinline ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user