Snippets for emacs 31.1 from FreeBSD 150amd64
Sourced from https://pkg-status.freebsd.org/beefy23/data/latest-per-pkg/emacs-nox/31.1_1,3/150amd64-default.log.
-
dtotimespec.c:34:27: warning: implicit conversion from 'time_t' (aka 'long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 34 | else if (! (sec < 1.0 + TYPE_MAXIMUM (time_t))) | ~ ^~~~~~~~~~~~~~~~~~~~~ -
fileio.c:3960:31: warning: implicit conversion from 'off_t' (aka 'long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Wimplicit-const-int-float-conversion] 3960 | if (0 <= v && v < 1.0 + TYPE_MAXIMUM (off_t)) | ~ ^~~~~~~~~~~~~~~~~~~~ -
alloc.c:5718:18: warning: implicit conversion from 'long' to 'double' changes value from 4611686018427387903 to 4611686018427387904 [-Wimplicit-const-int-float-conversion] 5718 | if (tot < HI_THRESHOLD) | ~ ^~~~~~~~~~~~ -
editfns.c:4019:21: warning: implicit conversion from 'unsigned long' to 'double' changes value from 18446744073709551615 to 18446744073709551616 [-Wimplicit-const-int-float-conversion] 4019 | if (abs_d < UINTMAX_MAX + 1.0) | ^~~~~~~~~~~ ~