From owner-freebsd-current@FreeBSD.ORG Thu Jun 28 11:31:11 2007 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2450A16A41F for ; Thu, 28 Jun 2007 11:31:11 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) Received: from pobox.codelabs.ru (pobox.codelabs.ru [144.206.177.45]) by mx1.freebsd.org (Postfix) with ESMTP id 16D5513C455 for ; Thu, 28 Jun 2007 11:31:10 +0000 (UTC) (envelope-from rea-fbsd@codelabs.ru) DomainKey-Signature: a=rsa-sha1; q=dns; c=simple; s=one; d=codelabs.ru; h=Received:Date:From:To:Message-ID:MIME-Version:Content-Type:Content-Disposition:Sender:X-Spam-Status:Subject; b=lMPMhynaWEJtKLqKbdvsn7HGi9GdC4Ej2M1H0pZcECLuhHmaQPSrqwfVJIekFiSf1ldb/qF0DOMGGgNZGubbL9sT3YsF8WlBhKu+sTRMQImmN3SkKrs9GpKobq2ksXTSXosXl3GfCbib29kzVhupJ3HUB4yeRf8HJg//9k9F7EE=; Received: from void.codelabs.ru (void.codelabs.ru [144.206.177.25]) by pobox.codelabs.ru with esmtpsa (TLSv1:AES256-SHA:256) id 1I3sDN-000Dzs-5z for freebsd-current@freebsd.org; Thu, 28 Jun 2007 15:31:09 +0400 Date: Thu, 28 Jun 2007 15:31:04 +0400 From: Eygene Ryabinkin To: freebsd-current@freebsd.org Message-ID: <20070628113104.GF11335@void.codelabs.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Sender: rea-fbsd@codelabs.ru X-Spam-Status: No, score=-1.6 required=4.0 tests=ALL_TRUSTED,AWL,BAYES_50 Subject: cam_periph.c compilation errors on the -CURRENT X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 28 Jun 2007 11:31:11 -0000 Good day. Today's CURRENT, i386 arch. Got signedness warnings that were transferred to errors because of compilation flags: ----- cc -c -O2 -pipe -fno-strict-aliasing -march=pentium3 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -std=c99 -nostdinc -I- -I. -I../../.. -I../../../contrib/altq -I../../../contrib/ipfilter -I../../../contrib/pf -I../../../dev/ath -I../../../contrib/ngatm -I../../../dev/twa -D_KERNEL -DHAVE_KERNEL_OPTION_HEADERS -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000 -mno-align-long-strings -mpreferred-stack-boundary=2 -mno-mmx -mno-3dnow -mno-sse -mno-sse2 -ffreestanding -Werror ../../../cam/cam_periph.c cc1: note: obsolete option -I- used, please use -iquote instead cc1: warnings being treated as errors ../../../cam/cam_periph.c: In function 'cam_periph_mapmem': ../../../cam/cam_periph.c:651: warning: pointer targets in assignment differ in signedness ../../../cam/cam_periph.c:679: warning: pointer targets in assignment differ in signedness *** Error code 1 ----- Not very familiar with the cam subsystem, so can not judge what will be the right way to fix this. -- Eygene