1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/goban
Solomon Peachy 34f34bb7f1 misc: Fix a small pile of warnings found with diagnostics turned way up
* possible null pointer dereferences
 * non-annotated fallthroughs in case statements

Change-Id: I2332e0e0a4203ceca0999291ead112b8ab94c613
2025-09-06 21:31:58 -04:00
..
board.c
board.h
display.c goban plugin: hoshi locations for more board sizes 2012-01-26 13:08:07 +01:00
display.h FS#12014 by Huan Zhang fixing some link errors with a recent mips toolchain. 2011-03-19 10:14:12 +00:00
game.c
game.h
goban.c Document intentional fallthroughs + fix harmless unintended ones 2021-08-04 18:59:46 +00:00
goban.h New port: Anbernic RG Nano 2025-07-29 21:01:53 -04:00
goban.make [1/4] Remove SH support and all archos targets 2020-07-24 21:20:13 +00:00
sgf.c misc: Fix a small pile of warnings found with diagnostics turned way up 2025-09-06 21:31:58 -04:00
sgf.h
sgf_output.c
sgf_output.h
sgf_parse.c Fix typo in goban 2017-09-01 22:00:59 -04:00
sgf_parse.h
sgf_storage.c misc: Fix a small pile of warnings found with diagnostics turned way up 2025-09-06 21:31:58 -04:00
sgf_storage.h
SOURCES
types.h Make the formatter functions used by the settings return a pointer to avoid usless copying of lang strings, this brought with it a long chain of const correctness and a few random cleanups 2009-08-20 16:47:44 +00:00
util.c Fix dangerous casts 2017-02-04 17:24:47 +01:00
util.h