enable -Wunused

This commit is contained in:
Adeeb Shihadeh 2020-07-08 16:03:57 -07:00
parent 221c458e15
commit f35491f0c5
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ env = Environment(
"-g",
"-fPIC",
"-O2",
"-Wunused",
"-Werror",
] + ccflags_asan,
LDFLAGS=ldflags_asan,