On Wed, Jun 16, 2010 at 9:07 AM, Øyvind Harboe <[email protected]> wrote:
> I've made -Wshadow default.

I get a compilation error when building on a Mac:

  System Version:       Mac OS X 10.6.4 (10F569)
  Kernel Version:       Darwin 10.4.0

configured only with dummy driver:

./configure --enable-maintainer-mode --enable-dummy

and the error is:

/bin/sh ../../libtool --tag=CC   --mode=compile gcc -std=gnu99
-DHAVE_CONFIG_H -I. -I../..  -I../../src -I../../src   -g -O2 -Wall
-Wstrict-prototypes -Wformat-security -Wshadow -Wextra
-Wno-unused-parameter -Wbad-function-cast -Wcast-align
-Wredundant-decls -Werror -MT target.lo -MD -MP -MF .deps/target.Tpo
-c -o target.lo target.c
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../..
-I../../src -I../../src -g -O2 -Wall -Wstrict-prototypes
-Wformat-security -Wshadow -Wextra -Wno-unused-parameter
-Wbad-function-cast -Wcast-align -Wredundant-decls -Werror -MT
target.lo -MD -MP -MF .deps/target.Tpo -c target.c -o target.o
cc1: warnings being treated as errors
target.c: In function ‘handle_halt_command’:
target.c:2138: warning: declaration of ‘wait’ shadows a global declaration
/usr/include/sys/wait.h:255: warning: shadowed declaration is here

I am using this:
HEAD is now at acee9d1 arm-jtag-ew: -Wshadow fix

Regards,
Edgar


-- 
Edgar Grimberg
System Developer
Zylin AS

ZY1000 JTAG Debugger http://www.zylin.com/zy1000.html
Phone: (+47) 51 63 25 00
_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to