build: avoid warnings about unused variables and macros
authorPádraig Brady <P@draigBrady.com>
Tue, 23 Oct 2012 10:59:04 +0000 (11:59 +0100)
committerPádraig Brady <P@draigBrady.com>
Tue, 23 Oct 2012 12:03:09 +0000 (13:03 +0100)
commit22ba81b2526cb55b4f0d860dcc471872031a7fa8
treefdb4198b0d67cce3a667ba7f35e8be50d1a226f8
parent0bf808356e0d05245b3e913cdd9bae31954579a0
build: avoid warnings about unused variables and macros

src/factor.c (__GMP_DECLSPEC): Move back from longlong.h
to treat consistently with other stub macros.
(__GMP_GNUC_PREREQ): Reference to avoid -Wunused-macros warning.
(__GMP_DECLSPEC): Likewise.
(ASSERT): Likewise.
(__clz_tab): Likewise.
(factor_using_division): Mark a variable as unused.
(mulredc): Likewise.
(mulredc2): Likewise.
(divexact_21): Likewise.
src/factor.c
src/longlong.h