From owner-freebsd-current@FreeBSD.ORG Wed Feb 11 03:19:35 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08D8716A4CE for ; Wed, 11 Feb 2004 03:19:35 -0800 (PST) Received: from viviendaatualcance.com.mx (dsl-200-78-46-212.prod-infinitum.com.mx [200.78.46.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8FFE843D1F for ; Wed, 11 Feb 2004 03:19:34 -0800 (PST) (envelope-from eculp@viviendaatualcance.com.mx) Received: from localhost (localhost [127.0.0.1]) (uid 80) by viviendaatualcance.com.mx with local; Wed, 11 Feb 2004 05:19:33 -0600 Received: from dsl-200-95-35-233.prod-infinitum.com.mx (dsl-200-95-35-233.prod-infinitum.com.mx [200.95.35.233]) by mail.viviendaatualcance.com.mx (Horde) with HTTP for ; Wed, 11 Feb 2004 05:19:33 -0600 Message-ID: <20040211051933.c8gwsw0wo0cskogk@mail.viviendaatualcance.com.mx> Date: Wed, 11 Feb 2004 05:19:33 -0600 From: Edwin Culp To: current@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Disposition: inline Content-Transfer-Encoding: 7bit User-Agent: Internet Messaging Program (IMP) 4.0-cvs X-Mailman-Approved-At: Wed, 11 Feb 2004 05:25:14 -0800 Subject: /usr/src/sys/netinet/tcp_output.c:119: warning: unused variable `sigoff' X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Feb 2004 11:19:35 -0000 This morning's kernel build gave the following error: cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -W missing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/u sr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/f reebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/netinet/tcp_input.c cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline - Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/ contrib/ipfilter -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=15000 -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror /usr/src/sys/netinet/tcp_output.c /usr/src/sys/netinet/tcp_output.c: In function `tcp_output': /usr/src/sys/netinet/tcp_output.c:119: warning: unused variable `sigoff' *** Error code 1 I probably just supped at the wrong time. I'm going to give it another try but just in case ;-) Thanks, ed