summaryrefslogtreecommitdiff
path: root/mpf/cmp_si.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpf/cmp_si.c')
-rw-r--r--mpf/cmp_si.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpf/cmp_si.c b/mpf/cmp_si.c
index 541ac36e3..7e4009c22 100644
--- a/mpf/cmp_si.c
+++ b/mpf/cmp_si.c
@@ -22,7 +22,7 @@ along with the GNU MP Library. If not, see http://www.gnu.org/licenses/. */
#include "gmp-impl.h"
int
-mpf_cmp_si (mpf_srcptr u, long int vval)
+mpf_cmp_si (mpf_srcptr u, long int vval) __GMP_NOTHROW
{
mp_srcptr up;
mp_size_t usize;