What you'll need to do is to rename the local variable "wait" to "wait_var" or something.
The problem is that there is a global variable with the same name as the local variable, which -Wshadow will warn you about. Once you have fixed this particular warning(almost certainly trivial search and replace job), then there may be a few other warnings for that OS/GCC mix. And submit a patch obviously :-) -- Ø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 [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
