mirror of https://github.com/commaai/cereal.git
enable -Wunused
This commit is contained in:
parent
221c458e15
commit
f35491f0c5
|
@ -30,6 +30,7 @@ env = Environment(
|
|||
"-g",
|
||||
"-fPIC",
|
||||
"-O2",
|
||||
"-Wunused",
|
||||
"-Werror",
|
||||
] + ccflags_asan,
|
||||
LDFLAGS=ldflags_asan,
|
||||
|
|
Loading…
Reference in New Issue