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",
|
"-g",
|
||||||
"-fPIC",
|
"-fPIC",
|
||||||
"-O2",
|
"-O2",
|
||||||
|
"-Wunused",
|
||||||
"-Werror",
|
"-Werror",
|
||||||
] + ccflags_asan,
|
] + ccflags_asan,
|
||||||
LDFLAGS=ldflags_asan,
|
LDFLAGS=ldflags_asan,
|
||||||
|
|
Loading…
Reference in New Issue