forked from len0rd/rockbox
-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 |
||
|---|---|---|
| .. | ||
| buffer.c | ||
| dumb_frotz.h | ||
| dumb_init.c | ||
| dumb_output.c | ||
| err.c | ||
| fastmem.c | ||
| files.c | ||
| frotz.c | ||
| frotz.h | ||
| frotz.make | ||
| frotzplugin.h | ||
| hotkey.c | ||
| input.c | ||
| main.c | ||
| math.c | ||
| object.c | ||
| process.c | ||
| quetzal.c | ||
| random.c | ||
| redirect.c | ||
| screen.c | ||
| setup.h | ||
| sound.c | ||
| SOURCES | ||
| STATUS | ||
| stream.c | ||
| table.c | ||
| text.c | ||
| variable.c | ||