diff --git a/src/tools/pathscale.jam b/src/tools/pathscale.jam index fda8075fc..1dfc78540 100644 --- a/src/tools/pathscale.jam +++ b/src/tools/pathscale.jam @@ -72,8 +72,8 @@ flags pathscale.compile OPTIONS 32 : -m32 ; flags pathscale.compile OPTIONS 64 : -m64 ; flags pathscale.compile OPTIONS off : -woffall -Wno-uninitialized ; -flags pathscale.compile OPTIONS on : -Wall ; -flags pathscale.compile OPTIONS all : -Wall ; +flags pathscale.compile OPTIONS on : -Wall -Wno-uninitialized ; +flags pathscale.compile OPTIONS all : -Wall -Wno-uninitialized ; flags pathscale.compile.c++ OPTIONS off : -noinline ;