summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mpy-cross/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpy-cross/Makefile b/mpy-cross/Makefile
index f80ee761b..971f2f81a 100644
--- a/mpy-cross/Makefile
+++ b/mpy-cross/Makefile
@@ -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