Re: [Openocd-development] [PATCH] Fix compilation error with gcc 4.4.1

2009-12-08 Thread David Brownell
> >> Any reason not to commit this anyone? > > > > obstreperousness ? > > What does that menas? :O http://m-w.com/dictionary/obstreperousness In this case, "just to be contrary" (or disagreeable). After all, he just asked for reasons ... not for ones worth paying attenion to! > > Not a good one

Re: [Openocd-development] [PATCH] Fix compilation error with gcc 4.4.1

2009-12-08 Thread Rafael Campos
2009/12/8 David Brownell : > On Tuesday 08 December 2009, Ųyvind Harboe wrote: >> Any reason not to commit this anyone? > > obstreperousness ? What does that menas? :O > > Not a good one, but a reason.  ;) > > It's the less intrussive way to get compiled in my machine :) -- ___ Rafael Ca

Re: [Openocd-development] [PATCH] Fix compilation error with gcc 4.4.1

2009-12-08 Thread David Brownell
On Tuesday 08 December 2009, Øyvind Harboe wrote: > Any reason not to commit this anyone? obstreperousness ? Not a good one, but a reason. ;) ___ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/li

Re: [Openocd-development] [PATCH] Fix compilation error with gcc 4.4.1

2009-12-08 Thread Øyvind Harboe
Any reason not to commit this anyone? -- Ø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 O

[Openocd-development] [PATCH] Fix compilation error with gcc 4.4.1

2009-12-08 Thread Rafael Campos Las Heras
Signed-off-by: Rafael Campos Las Heras --- src/jtag/drivers/bitq.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/jtag/drivers/bitq.c b/src/jtag/drivers/bitq.c index d04a39e..bffc475 100644 --- a/src/jtag/drivers/bitq.c +++ b/src/jtag/drivers/bitq.c @@ -21,6 +21,7 @