0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00

a few warnings still exist; hold off on this.

This commit is contained in:
Eric Milkie 2011-12-27 17:15:07 -05:00
parent b3c728d97b
commit 7b745865c0
2 changed files with 2 additions and 2 deletions

View File

@ -670,7 +670,7 @@ elif "win32" == os.sys.platform:
# /EHsc exception handling style for visual studio
# /W3 warning level
# /WX abort build on compiler warnings
env.Append( CPPFLAGS=" /EHsc /W3 /WX " )
env.Append( CPPFLAGS=" /EHsc /W3 " ) # /WX " )
# some warnings we don't like:
# c4355

View File

@ -1,4 +1,4 @@
/** @file pch.h : include file for standard system include files,
/** @file pch.h : include file for standard system include files,
* or project specific include files that are used frequently, but
* are changed infrequently
*/