bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] Misapplied UNUSED parameter in current CVS snapshot


From: Michael Petch
Subject: Re: [Bug-gnubg] Misapplied UNUSED parameter in current CVS snapshot
Date: Sun, 29 Apr 2012 16:49:01 -0600
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120420 Thunderbird/12.0

On 29/04/2012 4:35 PM, Michael Petch wrote:

> #if HAVE_LIBGMP
> extern void CommandSetRNGBBS( char *sz ) {
>     SetRNG( rngSet, rngctxSet, RNG_BBS, sz );
> #else
> extern void CommandSetRNGBBS( char *UNUSED(sz) ) {
>     outputl( _("This installation of GNU Backgammon was compiled without
> the "
>                "Blum, Blum and Shub generator.") );
> #endif /* HAVE_LIBGMP */
> }
> 
> 

I've committed my version of this. It should work okay now.

-- 
Michael Petch
CApp::Sysware Consulting Ltd.
OpenPGP FingerPrint=D81C 6A0D 987E 7DA5 3219 6715 466A 2ACE 5CAE 3304



reply via email to

[Prev in Thread] Current Thread [Next in Thread]