fix compilation with Clang 10 on ubuntu 20.04

pull/1434/head
Willem Melching 5 years ago
parent 0902575e34
commit fe8d08806f
  1. 2
      SConstruct

@ -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 + [

Loading…
Cancel
Save