From owner-freebsd-current Wed Feb 19 23:08:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA23958 for current-outgoing; Wed, 19 Feb 1997 23:08:22 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA23929 for ; Wed, 19 Feb 1997 23:08:04 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.3/8.6.9) id SAA24378 for current@freebsd.org; Thu, 20 Feb 1997 18:05:28 +1100 Date: Thu, 20 Feb 1997 18:05:28 +1100 From: Bruce Evans Message-Id: <199702200705.SAA24378@godzilla.zeta.org.au> To: current@freebsd.org Subject: recently introduced compile-time warnings and errors Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk LINT doesn't build because lfs was broken by the Lite2 merge, but that is no excuse for not building it with `make -k' and fixing the type mismatches and syntax errors in your code. Bruce ../../netinet/ip_divert.c: In function `div_usrreq': ../../netinet/ip_divert.c:333: warning: passing arg 1 of `in_setsockaddr' from incompatible pointer type ../../pccard/pcic.c: In function `pcic_probe': ../../pccard/pcic.c:578: parse error before `{' ../../pccard/pcic.c:637: continue statement not within a loop ../../pccard/pcic.c:701: continue statement not within a loop ../../pccard/pcic.c:732: warning: control reaches end of non-void function ../../pccard/pcic.c: At top level: ../../pccard/pcic.c:767: parse error before `if'