[Tuxpaint-dev] (void*)str;

2004-11-24 Thread Albert Cahalan
+ void * kluge; + + kluge = (void *) str; /* So 'str' param _is_ used when DEBUG is off; +thus avoiding compiler warnings */ + You don't need the extra variable. Just do this: (void*)str; ___ Tuxpaint-dev mailing list [

Re: [Tuxpaint-dev] (void*)str;

2004-11-24 Thread Bill Kendrick
On Wed, Nov 24, 2004 at 10:49:00AM -0500, Albert Cahalan wrote: > > You don't need the extra variable. Just do this: > > (void*)str; Heh, sometimes I hate C. :) -bill! ___ Tuxpaint-dev mailing list [EMAIL PROTECTED] http://tux4kids.net/mailman/listinf