diff options
Diffstat (limited to 'breakpad/SConscript')
-rw-r--r-- | breakpad/SConscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/breakpad/SConscript b/breakpad/SConscript index bf7e0bb..ea7079c 100644 --- a/breakpad/SConscript +++ b/breakpad/SConscript @@ -41,10 +41,7 @@ env.Prepend( env.Append(
CCFLAGS = [
'/TP',
-
'/wd4800',
- '/wd4503',
- '/wd4819',
],
)
|