summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
authorBilly Donahue <billy.donahue@mongodb.com>2018-12-21 16:14:11 -0500
committerBilly Donahue <billy.donahue@mongodb.com>2018-12-27 13:02:40 -0500
commitf53ed89cef7c4356789114b2de1a5294e3d7a6f7 (patch)
treec498d9cc98a3186aa5211f10300354d7f4b8fa15 /SConstruct
parent0d2075bc9362eb5971ec09f2b224baeefe920a18 (diff)
downloadmongo-f53ed89cef7c4356789114b2de1a5294e3d7a6f7.tar.gz
SERVER-36644 remove -Wno-format-truncation
cherry pick https://github.com/derickr/timelib/commit/157caf3f66da49f4df55c532a7d82a5d0aa4be11 into timelib
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct1
1 files changed, 0 insertions, 1 deletions
diff --git a/SConstruct b/SConstruct
index 7ede4336041..d6f230df760 100644
--- a/SConstruct
+++ b/SConstruct
@@ -2235,7 +2235,6 @@ def doConfigure(myenv):
AddToCCFLAGSIfSupported(myenv, "-Wno-exceptions")
# These warnings begin in gcc-8.2 and we should get rid of these disables at some point.
- AddToCCFLAGSIfSupported(env, '-Wno-format-truncation')
AddToCXXFLAGSIfSupported(env, '-Wno-class-memaccess')