On Thu, Sep 22, 2005 at 10:39:04AM +0100, Nick Kew wrote: > On Thursday 22 September 2005 09:43, Joe Orton wrote: > > > And another for x86_64: > > > > cc1: warnings being treated as errors > > mod_dbd.c: In function `dbd_param': > > mod_dbd.c:74: warning: cast from pointer to integer of different size > ... > Any suggestions that don't add bloat?
Using ap_set_*_slot would reduce bloat and remove the need for this slightly weird config handling stuff entirely AFAICT. Regards, joe