fix compilation with Clang 10 on ubuntu 20.04

old-commit-hash: fe8d08806f
This commit is contained in:
Willem Melching
2020-09-29 12:54:51 +02:00
parent 659b82c469
commit 769a23aebf

View File

@@ -136,6 +136,8 @@ env = Environment(
"-Werror",
"-Wno-deprecated-register",
"-Wno-inconsistent-missing-override",
"-Wno-c99-designator",
"-Wno-reorder-init-list",
] + cflags + ccflags_asan,
CPPPATH=cpppath + [