We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd9233 commit bef4127Copy full SHA for bef4127
mpy-cross/Makefile
@@ -18,7 +18,7 @@ INC += -I$(TOP)
18
19
# compiler settings
20
CWARN = -Wall -Werror
21
-CWARN += -Wpointer-arith -Wuninitialized
+CWARN += -Wextra -Wno-unused-parameter -Wpointer-arith
22
CFLAGS = $(INC) $(CWARN) -std=gnu99 $(CFLAGS_MOD) $(COPT) $(CFLAGS_EXTRA)
23
CFLAGS += -fdata-sections -ffunction-sections -fno-asynchronous-unwind-tables
24
0 commit comments