summaryrefslogtreecommitdiff
path: root/src/third_party/icu4c-57.1
diff options
context:
space:
mode:
authorMark Benvenuto <mark.benvenuto@mongodb.com>2017-10-20 17:11:31 -0400
committerMark Benvenuto <mark.benvenuto@mongodb.com>2017-10-20 17:11:31 -0400
commitf13e5ad084191e1b38992817c5796bbf6e6e9551 (patch)
treeb3df4c90d7a179c0a9001f4e0634b4f13321c548 /src/third_party/icu4c-57.1
parent0bd0f206459cc34e6d118a72f659440e13b611f5 (diff)
downloadmongo-f13e5ad084191e1b38992817c5796bbf6e6e9551.tar.gz
SERVER-17414 Disable warnings in third-party
Diffstat (limited to 'src/third_party/icu4c-57.1')
-rw-r--r--src/third_party/icu4c-57.1/source/SConscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/third_party/icu4c-57.1/source/SConscript b/src/third_party/icu4c-57.1/source/SConscript
index 203254f72a7..f0b54421fe2 100644
--- a/src/third_party/icu4c-57.1/source/SConscript
+++ b/src/third_party/icu4c-57.1/source/SConscript
@@ -44,6 +44,10 @@ for to_remove in ['-Werror', '-Wall', '-W']:
if env.ToolchainIs('clang', 'GCC'):
env.Append(CCFLAGS=['-Wno-sign-compare'])
+if env.TargetOSIs('windows'):
+ # C4996: '...': was declared deprecated
+ env.Append(CCFLAGS=['/wd4996'])
+
i18nEnv = env.Clone()
i18nEnv.Append(
CPPDEFINES=[