+ 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 [EMAIL PROTECTED] http://tux4kids.net/mailman/listinfo/tuxpaint-dev
