Snippets for gettext 1.0 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/libtextstyle/1.0/150amd64-default.log.
-
libcroco/cr-cascade.c:212:47: warning: address of array '((a_this)->priv)->sheets' will always evaluate to 'true' [-Wpointer-bool-conversion] 212 | for (i = 0; PRIVATE (a_this)->sheets && i < NB_ORIGINS; i++) { | ~~~~~~~~~~~~~~~~~~^~~~~~ ~~ -
libcroco/cr-parser.c:2439:92: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] 2439 | if ((PRIVATE (a_this)->sac_handler->resolve_import == TRUE)) { | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ -
libcroco/cr-tknzr.c:1293:24: warning: implicit conversion from 'long' to 'gdouble' (aka 'double') changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1293 | if (num->val > G_MAXLONG) { | ~ ^~~~~~~~~ -
libcroco/cr-tknzr.c:1317:32: warning: implicit conversion from 'long' to 'gdouble' (aka 'double') changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 1317 | if (num->val > G_MAXLONG) { | ~ ^~~~~~~~~