Snippets for gmp 6.3.0 from Alpine x86
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-x86/main/gmp/gmp-6.3.0-r4.log.
-
x86check.c:89:15: warning: format '%X' expects argument of type 'unsigned int', but argument 4 has type 'mp_limb_t' {aka 'long unsigned int'} [-Wformat=] 89 | printf ("%s %s got 0x%08X want 0x%08X\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -
x86check.c:89:15: warning: format '%X' expects argument of type 'unsigned int', but argument 5 has type 'mp_limb_t' {aka 'long unsigned int'} [-Wformat=] 89 | printf ("%s %s got 0x%08X want 0x%08X\n", \ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~