Subject: build fails at netinet/ip_flow.c
To: None <current-users@netbsd.org>
From: Frederick Bruckman <fb@enteract.com>
List: current-users
Date: 01/28/1999 11:21:16
I get this when trying to build -current against today's (Jan 28's) sup:


cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes  -Wpointer-arith -Wno-main -msoft-float -I. -I../../../../arch -I../../../.. -nostdinc -DHZ="0x3c" -DZSTTY_RING_SIZE="0x1000" -DSETUIDSCRIPTS -DM68040 -DFPSP -DLKM -DDIAGNOSTIC -DMAXUSERS=16 -D_KERNEL -Dmac68k  -c ../../../../netinet/ip_flow.c
cc1: warnings being treated as errors
../../../../netinet/ip_flow.c: In function `ipflow_fastforward':
../../../../netinet/ip_flow.c:200: warning: comparison is always 1 due to limited range of data type
[1]+  Exit 1                  ( make depend && make )>&mklog
*** Error code 1

Stop.