summaryrefslogtreecommitdiff
path: root/build_gyp/standalone.gypi
diff options
context:
space:
mode:
Diffstat (limited to 'build_gyp/standalone.gypi')
-rw-r--r--build_gyp/standalone.gypi7
1 files changed, 5 insertions, 2 deletions
diff --git a/build_gyp/standalone.gypi b/build_gyp/standalone.gypi
index f191c28e42..aa3feeaa10 100644
--- a/build_gyp/standalone.gypi
+++ b/build_gyp/standalone.gypi
@@ -205,8 +205,7 @@
# This section is PDFium specific.
# ####
- # C4800: forcing value to bool 'true' or 'false' (performance warning)
- 4800,
+ # Now there is no PDFium specific flag. Add here if needed.
# ####
# This section should match Chromium's build/common.gypi.
@@ -479,6 +478,10 @@
'-Wno-unused-variable',
],
},
+ 'msvs_disabled_warnings': [
+ # forcing value to bool 'true' or 'false' (performance warning)
+ 4800,
+ ],
'msvs_settings': {
'VCCLCompilerTool': {
'WarningLevel': '3',