Snippets for slade 3.1.13 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/slade/3.1.13_5/150arm64-default.log.
-
/wrkdirs/usr/ports/games/slade/work/SLADE-3.1.13/src/External/lua/lundump.c:237:33: warning: adding 'int' to a string does not append to the string [-Wstring-plus-int] 237 | checkliteral(S, LUA_SIGNATURE + 1, "not a"); /* 1st char already checked */ | ~~~~~~~~~~~~~~^~~ -
/usr/local/include/gtk-2.0/gtk/gtktypeutils.h:236:34: warning: 'GTypeDebugFlags' is deprecated [-Wdeprecated-declarations] 236 | void gtk_type_init (GTypeDebugFlags debug_flags); | ^ -
/usr/local/include/gtk-2.0/gtk/gtktooltips.h:73:3: warning: 'GTimeVal' is deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations] 73 | GTimeVal last_popdown; | ^