Subject: 20000920 -current kernel compile fails on alpha
To: None <current-users@netbsd.org>
From: Erik E. Fair <fair@clock.org>
List: current-users
Date: 09/20/2000 23:29:02
cc -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-uninitialized -Wno-main -mno-fp-regs -I.
-I/sys/arch -I/sys -nostdinc -DDIAGNOSTIC -DLKM -DMAXUSERS=32
-D_KERNEL -Dalpha -c /sys/dev/usb/ucom.c
cc1: warnings being treated as errors
/sys/dev/usb/ucom.c: In function `tiocm_to_ucom':
/sys/dev/usb/ucom.c:645: warning: comparison is always 0 due to
limited range of data type
/sys/dev/usb/ucom.c:647: warning: comparison is always 0 due to
limited range of data type
*** Error code 1
Stop.
Whatever fix is required to make this happy on the Alpha has not yet
been pulled up to the 1.5 -current branch (where "sup" is pointing
for "-current").
Erik <fair@clock.org>