From: Paul Eggert Date: Sat, 16 Nov 2024 20:45:34 +0000 (-0700) Subject: factor: pacify -Wunused-macros X-Git-Tag: v9.6~73 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f21c74b48ccf6394660c5eb2c1034318175bb471;p=thirdparty%2Fcoreutils.git factor: pacify -Wunused-macros * src/factor.c: Also use __GMP_GNUC_PREREQ --- diff --git a/src/factor.c b/src/factor.c index 3312adbb98..70c982292f 100644 --- a/src/factor.c +++ b/src/factor.c @@ -172,7 +172,8 @@ typedef unsigned long int UDItype; /* longlong.h uses these macros only in certain system compiler combinations. Ensure usage to pacify -Wunused-macros. */ -# if defined ASSERT || defined UHWtype || defined __GMP_DECLSPEC +# if (defined ASSERT || defined UHWtype \ + || defined __GMP_DECLSPEC || defined __GMP_GNUC_PREREQ) # endif # if _ARCH_PPC