Date: Fri, 29 Jun 2007 22:43:41 +0400 From: Eygene Ryabinkin <rea-fbsd@codelabs.ru> To: Alexander Kabaev <kabaev@gmail.com> Cc: freebsd-current@freebsd.org Subject: Re: cam_periph.c compilation errors on the -CURRENT Message-ID: <20070629184341.GA32919@void.codelabs.ru> In-Reply-To: <20070628203654.17be03e8@kan.dnsalias.net> References: <20070628113104.GF11335@void.codelabs.ru> <20070628203654.17be03e8@kan.dnsalias.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Alexander, good day. Thu, Jun 28, 2007 at 08:36:54PM -0400, Alexander Kabaev wrote: > > 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 > > You are using wrong compiler on wrong sources. > Do not do that, it rightfully hurts. Ah, thank you: I checked out -STABLE instead of -CURRENT. It is very weird, but still: you're right, the sources were wrong. Sorry for the noise. ----- -- Eygene
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070629184341.GA32919>