Snippets for abe 1.1 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/abe/1.1_9/150amd64-default.log.
-
Game.c:21:25: warning: format string is not a string literal (potentially insecure) [-Wformat-security] 21 | sprintf(path + len, formatted_name); | ^~~~~~~~~~~~~~ -
Image.c:320:7: warning: variable 'block' set but not used [-Wunused-but-set-variable] 320 | int block = 0; | ^ -
Main.c:91:9: warning: variable 'mapname' set but not used [-Wunused-but-set-variable] 91 | char *mapname; | ^ -
Main.c:92:7: warning: variable 'mapwidth' set but not used [-Wunused-but-set-variable] 92 | int mapwidth, mapheight; | ^ -
Main.c:92:17: warning: variable 'mapheight' set but not used [-Wunused-but-set-variable] 92 | int mapwidth, mapheight; | ^ -
Map.c:948:22: warning: passing arguments to 'finishDrawMap' without a prototype is deprecated in all versions of C and is not supported in C23 [-Wdeprecated-non-prototype] 948 | finishDrawMap(!map.redraw); | ^