mirror of https://github.com/commaai/msgq.git
Better compiler compatibility
This commit is contained in:
parent
cff3a551f2
commit
cdcf84f44a
|
@ -61,6 +61,7 @@ env = Environment(
|
|||
"-Werror",
|
||||
"-Wshadow",
|
||||
"-Wno-vla-cxx-extension",
|
||||
"-Wno-unknown-warning-option",
|
||||
] + ccflags,
|
||||
LDFLAGS=ldflags,
|
||||
LINKFLAGS=ldflags,
|
||||
|
|
Loading…
Reference in New Issue