From owner-freebsd-current@FreeBSD.ORG Fri Oct 15 03:48:00 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 1F25416A4CE for ; Fri, 15 Oct 2004 03:48:00 +0000 (GMT) Received: from mproxy.gmail.com (rproxy.gmail.com [64.233.170.193]) by mx1.FreeBSD.org (Postfix) with ESMTP id BB24443D45 for ; Fri, 15 Oct 2004 03:47:59 +0000 (GMT) (envelope-from leafy7382@gmail.com) DomainKeys-Signature: a=rsa-sha1; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:mime-version:content-type:content-transfer-encoding; b=B0J3M9gRzcceYmCmo5fQ/545ze0QqeltSa4LDIV6aIxVdrD+3R4e9cuU2ts1kauYxkIU5lAGXjmjHqh4Z8h8bLvO5jMFvBWvNZmrk1xvhbe4BgIXj0hy4Zlw8Veu2cgSjIPnyyFKlL3LfF58gvQ3ZdlVYntcmB71KHmaKRvq6RE Received: by mproxy.gmail.com with SMTP id 80so7021rnk for ; Thu, 14 Oct 2004 20:47:59 -0700 (PDT) Received: by 10.38.8.35 with SMTP id 35mr541618rnh; Thu, 14 Oct 2004 20:47:59 -0700 (PDT) Received: by 10.38.8.57 with HTTP; Thu, 14 Oct 2004 20:47:59 -0700 (PDT) Message-ID: Date: Fri, 15 Oct 2004 11:47:59 +0800 From: Jiawei Ye To: freebsd-current@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Error compiling fdc as a module in -current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Jiawei Ye List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 15 Oct 2004 03:48:00 -0000 ===> fdc (all) cc -O -pipe -march=pentium4 -I/usr/src/sys/modules/fdc/../../contrib/dev/acpica -D_KERNEL -DKLD_MODULE -nostdinc -I- -I/usr/src/sys/modules/fdc/../../contrib/dev/acpica -include /usr/obj/usr/src/sys/CHIHIRO/opt_global.h -I. -I@ -I@/contrib/altq -I@/../include -finline-limit=8000 -fno-common -g -I/usr/obj/usr/src/sys/CHIHIRO -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -c /usr/src/sys/modules/fdc/../../dev/fdc/fdc.c /usr/src/sys/modules/fdc/../../dev/fdc/fdc.c: In function `fdc_add_child': /usr/src/sys/modules/fdc/../../dev/fdc/fdc.c:1685: warning: unused variable `flags' *** Error code 1 Stop in /usr/src/sys/modules/fdc. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/CHIHIRO. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming