gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 51a378d6ed27ad922e9e3737d5bde2c8163d6d02 parent b5e9f5e1c0279ea412a9c418dfdc9fbf1ea795d2 Author: bbbbbr <bbbbbr@users.noreply.github.com> Date: Thu, 11 Apr 2024 20:06:42 -0700 emu_debug: Suppress SDCC "info 128" warnings that are a non-issue and spam output Diffstat:
| M | gbdk-lib/include/gbdk/emu_debug.h | 6 | ++++-- |
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gbdk-lib/include/gbdk/emu_debug.h b/gbdk-lib/include/gbdk/emu_debug.h @@ -10,6 +10,9 @@ */ +// Suppress SDCC "info 128" warnings that are a non-issue +#pragma disable_warning 218 + #ifndef __GBDK_EMU_DEBUG_H_INCLUDE #define __GBDK_EMU_DEBUG_H_INCLUDE @@ -187,4 +190,4 @@ static void * __EMU_PROFILER_INIT = &EMU_profiler_message; #error Unrecognized port #endif -#endif - +#endif
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.