Snippets for etlegacy 2.84.0 from FreeBSD 150arm64
Sourced from https://pkg-status.freebsd.org/ampere5/data/latest-per-pkg/etlegacy/2.84.0/150arm64-default.log.
-
/wrkdirs/usr/ports/games/etlegacy/work/etlegacy-764ffc0/src/qcommon/net_chan.c:565:25: warning: implicit conversion from 'int' to 'float' changes value from 2147483647 to 2147483648 [-Wimplicit-const-int-float-conversion] 565 | if (((float)rand() / RAND_MAX) * 100 <= packetloss) | ~ ^~~~~~~~ -
/wrkdirs/usr/ports/games/etlegacy/work/etlegacy-764ffc0/src/client/cl_demo.c:384:6: warning: variable 'loopCount' set but not used [-Wunused-but-set-variable] 384 | int loopCount, cmd; | ^ -
/wrkdirs/usr/ports/games/etlegacy/work/etlegacy-764ffc0/src/client/cl_demo.c:1339:13: warning: variable 'loopCount' set but not used [-Wunused-but-set-variable] 1339 | int loopCount = -1; | ^ -
/wrkdirs/usr/ports/games/etlegacy/work/etlegacy-764ffc0/src/qcommon/q_platform.h:261:9: warning: 'OS_STRING' macro redefined [-Wmacro-redefined] 261 | #define OS_STRING "freebsd" | ^