We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc88589 commit 9926151Copy full SHA for 9926151
Makefile
@@ -33,8 +33,8 @@ EXTRA_CFLAGS += -Wno-address
33
EXTRA_CFLAGS += -Wframe-larger-than=1648
34
35
# gcc-13
36
-EXTRA_CFLAGS += -Wno-enum-int-mismatch
37
-EXTRA_CFLAGS += -Wno-stringop-overread
+#EXTRA_CFLAGS += -Wno-enum-int-mismatch
+#EXTRA_CFLAGS += -Wno-stringop-overread
38
EXTRA_CFLAGS += -Wno-enum-conversion
39
EXTRA_CFLAGS += -Wno-int-in-bool-context
40
0 commit comments