summaryrefslogtreecommitdiff
path: root/src/third_party/gperftools/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/gperftools/SConscript')
-rw-r--r--src/third_party/gperftools/SConscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/third_party/gperftools/SConscript b/src/third_party/gperftools/SConscript
index 21ec1fb90f0..5e41c8c1be6 100644
--- a/src/third_party/gperftools/SConscript
+++ b/src/third_party/gperftools/SConscript
@@ -77,7 +77,8 @@ if env.TargetOSIs('windows'):
# warning C4141: 'inline': used more than once
# warning C4305: 'argument': truncation from 'ssize_t' to 'double'
- env.Append(CXXFLAGS=["/wd4141", "/wd4305"])
+ # warning C4003: not enough arguments for function-like macro invocation
+ env.Append(CXXFLAGS=["/wd4141", "/wd4305", '/wd4003'])
else:
files += [