Commits - r2296 - through 2347 - are commits that fix "printf()" 
-Werrors so that Cygwin will build.

These where done (for the most part) as one file per commit so that if a 
specific issue arises, it can be reverted.
This is a *nasty* bunch of mechanical changes... Agh...

FYI - anyone writing anything using "c99" - uint32_t - a *VERY* common 
type use categorically across nearly all of openocd cannot use the naked 
"%x"  format specifier (and this happens nearly everywhere). Instead, 
one must must instead use the ["%08" PRIx32 ] combination. Ugh.

-Duane.


_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to