From 1f7b40fc6bf36af8a5bf089c19f5c3441f44a230 Mon Sep 17 00:00:00 2001
From: Martin Stjernholm <mast@lysator.liu.se>
Date: Sat, 28 Nov 2009 14:09:03 +0100
Subject: [PATCH] Fix when compiling without rtldebug.

Rev: src/modules/Gmp/mpz_glue.c:1.187
---
 src/modules/Gmp/mpz_glue.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/modules/Gmp/mpz_glue.c b/src/modules/Gmp/mpz_glue.c
index 88aab7e065..3f56d21d81 100644
--- a/src/modules/Gmp/mpz_glue.c
+++ b/src/modules/Gmp/mpz_glue.c
@@ -2,7 +2,7 @@
 || This file is part of Pike. For copyright information see COPYRIGHT.
 || Pike is distributed under GPL, LGPL and MPL. See the file COPYING
 || for more information.
-|| $Id: mpz_glue.c,v 1.186 2009/11/17 14:43:33 grubba Exp $
+|| $Id: mpz_glue.c,v 1.187 2009/11/28 13:09:03 mast Exp $
 */
 
 #include "global.h"
@@ -2135,7 +2135,7 @@ static void mpzmod_popcount(INT32 args)
        Pike_sp[-1].u.integer=-1;
 #endif
     break;
-  default:
+  default:;
 #ifdef PIKE_DEBUG
     Pike_fatal("Gmp.mpz->popcount: Unexpected sign!\n");
 #endif
-- 
GitLab