Re: [Openocd-development] [PATCH] fix -Wformat-security warnings (1 of 4)

2009-04-21 Thread Zach Welch
On Tue, 2009-04-21 at 08:36 -0500, Dick Hollenbeck wrote: > Dick Hollenbeck wrote: > > Zach Welch wrote: > > > >> Hi all, > >> > >> This patch fixes several warnings caused by -Wformat-security, which > >> appears to be the default in Ubuntu 8.10. > >> [snip] > > The original code looks fine to

Re: [Openocd-development] [PATCH] fix -Wformat-security warnings (1 of 4)

2009-04-21 Thread Dick Hollenbeck
Dick Hollenbeck wrote: > Zach Welch wrote: > >> Hi all, >> >> This patch fixes several warnings caused by -Wformat-security, which >> appears to be the default in Ubuntu 8.10. >> >> Cheers, >> >> Zach >> >> >> > > T

Re: [Openocd-development] [PATCH] fix -Wformat-security warnings (1 of 4)

2009-04-21 Thread Dick Hollenbeck
Zach Welch wrote: > Hi all, > > This patch fixes several warnings caused by -Wformat-security, which > appears to be the default in Ubuntu 8.10. > > Cheers, > > Zach > > The original code looks fine to me. I think you are

Re: [Openocd-development] [PATCH] fix -Wformat-security warnings (1 of 4)

2009-04-20 Thread Øyvind Harboe
Committed. Thanks! -- Øyvind Harboe Embedded software and hardware consulting services http://consulting.zylin.com ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development

[Openocd-development] [PATCH] fix -Wformat-security warnings (1 of 4)

2009-04-20 Thread Zach Welch
Hi all, This patch fixes several warnings caused by -Wformat-security, which appears to be the default in Ubuntu 8.10. Cheers, Zach Index: src/helper/options.c === --- src/helper/options.c (revision 1478) +++ src/helper/options.c (w