Re: [Openocd-development] [PATCH] fix signed/unsigned comparisons

2009-04-19 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 signed/unsigned comparisons

2009-04-18 Thread Zach Welch
Hi all, The attached patch fixes a number of signed/unsigned comparison warnings that appear with -Wextra. This handles the flash directory first. I will submit more patches to fix the remaining warnings. This patch serves as a temporary measure. Many structures use 'int' instead of unsigned