1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/sudoku
Solomon Peachy 180753ce0a misc: Correct various -Wunterminated-string-initialization warnings
-Wunterminates-string-initialization will complain if we try to shove
a "string" into a fixed array that is too small.  Sometimes this is
intentional; when you are merely using "string" as a standin for
"non-terminated sequence of bytes".  In these cases we need to mark
the "string" as "not actually a string" with an attribute.  Applies to
GCC >=8, but this warning isn't pulled in by -Wextra until GCC >= 15.

Change-Id: Ib94410a22f4587940b16cf03d539fbadc3373686
2025-04-21 16:39:00 -04:00
..
generator.c sudoku: make local functions static and add missing #include 2012-01-08 08:55:25 +00:00
generator.h sudoku: fix FS#7772: Sudoku: "Solve" Crash. 2009-12-16 11:53:36 +00:00
SOURCES FS#6539 - Thanks to Tom Ross 2007-01-15 20:40:48 +00:00
sudoku.c misc: Correct various -Wunterminated-string-initialization warnings 2025-04-21 16:39:00 -04:00
sudoku.h hitiet ma8/ma9: add in keymaps for all plugins 2025-01-07 14:22:53 -05:00
sudoku.make Added 'keywords' and 'eol-style' properties. 2008-11-25 19:54:23 +00:00
templates.c
templates.h