Merge pull request #153 from eyal0/implicit-fallthrough

Add implicit-fallthrough flag to Makefile in comment.
This commit is contained in:
Rin Cat (鈴猫) 2022-08-23 17:55:09 -04:00 committed by GitHub
commit 624f131210
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ EXTRA_CFLAGS += -O2
#EXTRA_CFLAGS += -Werror
#EXTRA_CFLAGS += -pedantic
#EXTRA_CFLAGS += -Wshadow -Wpointer-arith -Wcast-qual -Wstrict-prototypes -Wmissing-prototypes
#EXTRA_CFLAGS += -Wimplicit-fallthrough=1
EXTRA_CFLAGS += -Wno-unused-variable
#EXTRA_CFLAGS += -Wno-unused-value