Snippets for mpfr 4.2.2 from Fedora ppc64le
Sourced from https://kojipkgs.fedoraproject.org/packages/mpfr/4.2.2/3.fc44/data/logs/ppc64le/build.log.
-
set_d128.c:471:19: warning: '%d' directive writing between 1 and 10 bytes into a region of size 7 [-Wformat-overflow=] 471 | sprintf (s, "E%d", exp); /* adds a final '\0' */ | ^~ -
exp10m1.c:62:16: warning: variable 'nloop' set but not used [-Wunused-but-set-variable=] 62 | int inexact, nloop; | ^~~~~ -
exp2m1.c:67:16: warning: variable 'nloop' set but not used [-Wunused-but-set-variable=] 67 | int inexact, nloop; | ^~~~~ -
tdiv.c:1081:13: warning: variable ‘err’ set but not used [-Wunused-but-set-variable=] 1081 | int inex, err = 0; | ^~~