fix compilation with Clang 10 on ubuntu 20.04

old-commit-hash: fe8d08806f
commatwo_master
Willem Melching 5 years ago
parent 659b82c469
commit 769a23aebf
  1. 2
      SConstruct

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

Loading…
Cancel
Save