Fixing more warnings.

This commit is contained in:
Ben Vanik
2013-05-21 16:19:11 -07:00
parent 720651ba9e
commit a064e68621
2 changed files with 7 additions and 4 deletions

View File

@@ -30,6 +30,9 @@
'defines': [
'_WIN64=1',
'_AMD64_=1',
# HACK: it'd be nice to use the proper functions, when available.
'_CRT_SECURE_NO_WARNINGS=1',
],
}],
],
@@ -63,7 +66,7 @@
'ExceptionHandling': '1', # /EHsc
'AdditionalOptions': [
'/MP', # Multiprocessor build
'/TP', # Compile as C++
#'/TP', # Compile as C++
'/EHsc', # C++ exception handling,
],
},