From 0abd089ec4f1ba6629dc1a2ac8f197496e21e4bc Mon Sep 17 00:00:00 2001 From: Willem Melching Date: Tue, 29 Sep 2020 13:12:38 +0200 Subject: [PATCH] Revert "fix compilation with Clang 10 on ubuntu 20.04" This reverts commit fe8d08806f6643e6774bdcbb71d0ad28a7bb4cc6. --- SConstruct | 2 -- 1 file changed, 2 deletions(-) diff --git a/SConstruct b/SConstruct index 67461854..7ab9e2a5 100644 --- a/SConstruct +++ b/SConstruct @@ -136,8 +136,6 @@ env = Environment( "-Werror", "-Wno-deprecated-register", "-Wno-inconsistent-missing-override", - "-Wno-c99-designator", - "-Wno-reorder-init-list", ] + cflags + ccflags_asan, CPPPATH=cpppath + [