diff options
Diffstat (limited to 'sandbox')
-rw-r--r-- | sandbox/src/SConscript | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/src/SConscript b/sandbox/src/SConscript index 7b26d3a..28a4ccb3 100644 --- a/sandbox/src/SConscript +++ b/sandbox/src/SConscript @@ -50,12 +50,6 @@ env.Append( '/TP',
'/WX', # treat warnings as errors
'/Wp64', # warn about potential 64-bit problems
- '/wd4503',
- '/wd4819',
- ],
- CPPDEFINES = [
- 'CERT_CHAIN_PARA_HAS_EXTRA_FIELDS',
- 'WIN32_LEAN_AND_MEAN',
],
)
|