From f53ed89cef7c4356789114b2de1a5294e3d7a6f7 Mon Sep 17 00:00:00 2001 From: Billy Donahue Date: Fri, 21 Dec 2018 16:14:11 -0500 Subject: SERVER-36644 remove -Wno-format-truncation cherry pick https://github.com/derickr/timelib/commit/157caf3f66da49f4df55c532a7d82a5d0aa4be11 into timelib --- SConstruct | 1 - 1 file changed, 1 deletion(-) (limited to 'SConstruct') 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') -- cgit v1.2.1