[Openocd-development] [PATCH] enable warnings, clean up warnings

2008-08-04 Thread Duane Ellis
This patch: 1) enables numerous warnings in GCC [previously no warnings where enabled] 2) adds a "disable-warnings" option. 3) Cleans up the bulk of the warnings. There is one that remains ... in jim.h... Oyvind... -Duane. diff --exclude=.svn -Naur openocd16/configure.in openocd886/configure

Re: [Openocd-development] [PATCH] enable warnings, clean up warnings

2008-08-04 Thread Øyvind Harboe
Hmmm... I tried to apply this patch, but it didn't work... Did you create it in some new way? -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-dev

Re: [Openocd-development] [PATCH] enable warnings, clean up warnings

2008-08-05 Thread Duane Ellis
Øyvind Harboe wrote: Hmmm... I tried to apply this patch, but it didn't work... Did you create it in some new way? Try #2 - this time using "svn diff". -Duane. Index: configure.in === --- configure.in(revision 886) ++

Re: [Openocd-development] [PATCH] enable warnings, clean up warnings

2008-08-05 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openo

Re: [Openocd-development] [PATCH] enable warnings, clean up warnings

2008-08-05 Thread Spen
> > Øyvind Harboe wrote: > > Hmmm... I tried to apply this patch, but it didn't work... > > > > Did you create it in some new way? > > > Not sure the behaviour is as you expect. CFLAGS_FOR_BUILD is only used for the build target tools, eg, bin2char unless we are building a cross openocd. othe