SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 514e27d97548561a4bd0d233c767643a50b44fcf parent a39445e63bd73cb36375032ce8cbe8f80f7d2952 Author: Lior Halphon <LIJI32@gmail.com> Date: Fri, 5 Apr 2024 14:39:23 +0300 Enable a few warnings, hopefully they won't trigger GCC Diffstat:
| M | Makefile | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/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)
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.