cvs commit: src/usr.sbin/config config.h config.y lang.l main.c mkheaders.c mkioconf.c mkmakefile.c mkoptions.c

Chris Pressey cpressey at catseye.mine.nu
Tue Jan 11 16:29:09 PST 2005


On Tue, 11 Jan 2005 16:26:03 -0800 (PST)
Chris Pressey <cpressey at xxxxxxxxxxxxxxxxxxxxxxx> wrote:

> cpressey    2005/01/11 16:26:03 PST
> 
> DragonFly src repository
> 
>   Modified files:
>     usr.sbin/config      config.h config.y lang.l main.c 
>                          mkheaders.c mkioconf.c mkmakefile.c 
>                          mkoptions.c 
>   Log:
>   Reduce warnings when compiled under WARNS=6:

The only thing standing in the way of config(8) being WARNS=6 clean now
is the fact that flex generates the function `yy_flex_realloc' but
never uses it.

-Chris





More information about the Commits mailing list