I had to apply the following patch to get the latest Debian package to
build.  It looks like a slightly over-aggressive application of UNUSED
tested against a build that didn't have an optional feature enabled.

diff --git a/set.c b/set.c
index 2bc8d63..6e3c786 100644
--- a/set.c
+++ b/set.c
@@ -1548,7 +1548,7 @@ extern void CommandSetRNGFile( char *sz ) {
     SetRNG( rngSet, rngctxSet, RNG_FILE, sz );
 }
 
-extern void CommandSetRNGBBS( char *UNUSED(sz) ) {
+extern void CommandSetRNGBBS( char *sz ) {
 #if HAVE_LIBGMP
     SetRNG( rngSet, rngctxSet, RNG_BBS, sz );
 #else

-- 
Russ Allbery ([email protected])             <http://www.eyrie.org/~eagle/>

_______________________________________________
Bug-gnubg mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-gnubg

Reply via email to