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:
parent
b3c728d97b
commit
7b745865c0
@ -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
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user