Skip to content

Commit 9926151

Browse files
committed
Remove cflags that is not recognized by clang
Signed-off-by: hmtheboy154 <[email protected]>
1 parent dc88589 commit 9926151

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ EXTRA_CFLAGS += -Wno-address
3333
EXTRA_CFLAGS += -Wframe-larger-than=1648
3434

3535
# gcc-13
36-
EXTRA_CFLAGS += -Wno-enum-int-mismatch
37-
EXTRA_CFLAGS += -Wno-stringop-overread
36+
#EXTRA_CFLAGS += -Wno-enum-int-mismatch
37+
#EXTRA_CFLAGS += -Wno-stringop-overread
3838
EXTRA_CFLAGS += -Wno-enum-conversion
3939
EXTRA_CFLAGS += -Wno-int-in-bool-context
4040

0 commit comments

Comments
 (0)