From: Stephen D. <sd...@gm...> - 2005-06-10 21:40:31
|
On 6/10/05, Zoran Vasiljevic <zv...@ar...> wrote: >=20 > Aha! Stephen, this is the thing you talked about? >=20 > driver.c: In function `Ns_DriverInit': > driver.c:408: warning: too few arguments for format >=20 > There are couple of those arround... Yeah, it's a two pronged attack: junk useless compiler output such as TCL_DEFS and the RCSID warning so that you're more likely to see real errors, then crank up the level of checking. This should be pretty useful to module writers who don't necessarily want to study the server code in depth. |