Compile the kernel and modules with C99 warnings, not C90 (-ansi).
commite0f410b171ee58048dec66356e2796a01d86d25c
authorSimon Schubert <corecode@dragonflybsd.org>
Wed, 9 Jan 2008 00:07:57 +0000 (9 00:07 +0000)
committerSimon Schubert <corecode@dragonflybsd.org>
Wed, 9 Jan 2008 00:07:57 +0000 (9 00:07 +0000)
treef869658b156e5e51cee5433ab3ba137ce4cde0ec
parent387f33f96bce2c882cc1995254f291fa10c84c13
Compile the kernel and modules with C99 warnings, not C90 (-ansi).

This does not remove or add warnings, but will allow for new features,
especially // C++ commends, which are used by some 3rd party sources.
sys/conf/bsd.kern.mk