fix some warnings with Wextra

This commit is contained in:
hathach
2020-03-25 00:31:27 +07:00
parent 0516c2e247
commit 79ae930f15
4 changed files with 17 additions and 10 deletions

View File

@ -228,7 +228,8 @@ CFLAGS += \
-fstack-usage \
-fno-strict-aliasing \
-Wall \
-Werror
-Werror \
-Wfatal-errors \
CFLAGS += -Wno-error=unused-parameter