[Openocd-development] -Wshadow is now default

2010-06-16 Thread Øyvind Harboe
I've made -Wshadow default. Lots of tiny fixes and, no, I haven't regression tested them all. (It's a bit of fantasy that something like this would be tested before merged w/master branch...) That said, most of the fixes were trivial and chances are very slight that they should cause problems.

Re: [Openocd-development] -Wshadow is now default

2010-06-16 Thread Michael Schwingen
Øyvind Harboe wrote: I've made -Wshadow default. Great! cu Michael ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

Re: [Openocd-development] -Wshadow is now default

2010-06-16 Thread Xiaofan Chen
On Wed, Jun 16, 2010 at 3:07 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: I've made -Wshadow default. Lots of tiny fixes and, no, I haven't regression tested them all. Now it failed to be built under Cygwin. make[5]: Entering directory `/home/mcuee/mcu/openocd/git/build/src/helper'

Re: [Openocd-development] -Wshadow is now default

2010-06-16 Thread Øyvind Harboe
Are you running w/origin/master? -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___ Openocd-development mailing list

Re: [Openocd-development] -Wshadow is now default

2010-06-16 Thread Xiaofan Chen
On Wed, Jun 16, 2010 at 10:09 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: Are you running w/origin/master? Should be. mc...@acerpc ~/mcu/openocd/git/openocd $ git pull Already up-to-date. mc...@acerpc ~/mcu/openocd/git/openocd $ git log commit 814c2a8f9a41a6445f131ee35474dced4bbed210

Re: [Openocd-development] [PATCH] don't print Jim stacktrace

2010-06-16 Thread Øyvind Harboe
On Wed, Jun 16, 2010 at 11:40 PM, Andreas Fritiofson andreas.fritiof...@gmail.com wrote: The stack trace provides no valuable information to the user for interactive commands. What about nested proc's? -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00

Re: [Openocd-development] -Wshadow is now default

2010-06-16 Thread Xiaofan Chen
On Wed, Jun 16, 2010 at 10:55 PM, Øyvind Harboe oyvind.har...@zylin.com wrote: I don't know why these warnings didn't crop up when I built w/Linux. Could you submit a patch series to address them? I will try but do not count me on fixing the codes. I do not trust my own C proficiency... --

Re: [Openocd-development] [PATCH] don't print Jim stacktrace

2010-06-16 Thread Andreas Fritiofson
On Thu, Jun 17, 2010 at 12:30 AM, Øyvind Harboe oyvind.har...@zylin.com wrote: On Wed, Jun 16, 2010 at 11:40 PM, Andreas Fritiofson andreas.fritiof...@gmail.com wrote: The stack trace provides no valuable information to the user for interactive commands. What about nested proc's? You mean

Re: [Openocd-development] [PATCH] don't print Jim stacktrace

2010-06-16 Thread Øyvind Harboe
On Thu, Jun 17, 2010 at 2:05 AM, Andreas Fritiofson andreas.fritiof...@gmail.com wrote: On Thu, Jun 17, 2010 at 12:30 AM, Øyvind Harboe oyvind.har...@zylin.com wrote: On Wed, Jun 16, 2010 at 11:40 PM, Andreas Fritiofson andreas.fritiof...@gmail.com wrote: The stack trace provides no

Re: [Openocd-development] membuf and at91sam3

2010-06-16 Thread Øyvind Harboe
Merged! If you have any more code that can be deleted or disackwarded similarly it would be most welcome :-) -- Øyvind Harboe US toll free 1-866-980-3434 / International +47 51 63 25 00 http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer