cvs commit: src/sys/conf kern.mk

Ruslan Ermilov ru at FreeBSD.org
Tue May 30 12:19:34 PDT 2006


ru          2006-05-30 19:18:01 UTC

  FreeBSD src repository

  Modified files:
    sys/conf             kern.mk 
  Log:
  Enable -Wundef warnings for kernel/module compiles.  From cpp.info:
  
  `-Wundef'
       Warn whenever an identifier which is not a macro is encountered in
       an `#if' directive, outside of `defined'.  Such identifiers are
       replaced with zero.
  
  Revision  Changes    Path
  1.48      +4 -1      src/sys/conf/kern.mk


More information about the cvs-src mailing list