0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 17:10:48 +01:00

-Wconversion not ready yet

This commit is contained in:
Eliot Horowitz 2010-11-29 22:09:07 -05:00
parent 7523f20d84
commit d5c4aad051

View File

@ -773,7 +773,8 @@ if nix:
if GetOption( "distcc" ) is not None:
env["CXX"] = "distcc " + env["CXX"]
env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch -Wconversion" )
env.Append( CPPFLAGS="-fPIC -fno-strict-aliasing -ggdb -pthread -Wall -Wsign-compare -Wno-unknown-pragmas -Winvalid-pch" )
# env.Append( " -Wconversion" ) TODO: this doesn't really work yet
if linux:
env.Append( CPPFLAGS=" -Werror " )
env.Append( CXXFLAGS=" -Wnon-virtual-dtor " )