Subject: Re: NetBSD-release 22 aug. won't build
To: Tsai Mong Kuan <mgtsai@Wizard.IM.ntu.edu.tw>
From: Bill Sommerfeld <sommerfeld@orchard.arlington.ma.us>
List: port-arm32
Date: 08/23/1999 19:31:43
> The original line:
>
> CWARNFLAGS?= -Werror -Wall -Wcomment -Wpointer-arith
> ^^^^^^^
> delete this,
uhh, no.
the (mostly unwritten) NetBSD coding standards say "all code in the
kernel has to pass -Wall -Werror ..", in the interests of allowing for
maximal portability in the codebase.
and certainly both of these warnings:
> ../../../../arch/arm32/arm32/syscall.c: In function `syscall':
> ../../../../arch/arm32/arm32/syscall.c:166: warning: implicit declaration
> of function `dumpframe'
> ../../../../arch/arm32/arm32/syscall.c:171: warning: unsigned int format,
> pointer arg (arg 3)
are ones which can, and should, be easily corrected.
- Bill