mirror of
https://github.com/bsnes-emu/bsnes.git
synced 2025-09-02 15:32:49 +02:00
Enable a few warnings, hopefully they won't trigger GCC
This commit is contained in:
2
Makefile
2
Makefile
@@ -164,7 +164,7 @@ endif
|
||||
|
||||
# These must come before the -Wno- flags
|
||||
WARNINGS += -Werror -Wall -Wno-unknown-warning -Wno-unknown-warning-option -Wno-missing-braces
|
||||
WARNINGS += -Wno-nonnull -Wno-unused-result -Wno-multichar -Wno-int-in-bool-context -Wno-format-truncation
|
||||
WARNINGS += -Wno-nonnull -Wno-multichar -Wno-int-in-bool-context
|
||||
|
||||
# Only add this flag if the compiler supports it
|
||||
ifeq ($(shell $(CC) -x c -c $(NULL) -o $(NULL) -Werror -Wpartial-availability 2> $(NULL); echo $$?),0)
|
||||
|
Reference in New Issue
Block a user