mpy-cross: Enable more warnings.

bound-method-equality
Emil Renner Berthing 2020-10-03 11:29:16 +02:00
parent ccd92335a1
commit bef412789e
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ INC += -I$(TOP)
# compiler settings
CWARN = -Wall -Werror
CWARN += -Wpointer-arith -Wuninitialized
CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith
CFLAGS = $(INC) $(CWARN) -std=gnu99 $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
CFLAGS += -fdata-sections -ffunction-sections -fno-asynchronous-unwind-tables