2009/10/17 David Brownell <[email protected]>
> On Saturday 17 October 2009, Redirect "Slash" NIL wrote: > > > Or we could go with a lighter > > > > #ifndef gnu_printf > > #define gnu_printf printf > > #endif > > > > if you guys prefer. > > If it's #defined as a macro in MinGW, that would be the > way to go ... > > Well, it's actually the opposite that would be needed (MinGW does recognize gnu_prinf for __attribute__((format( ... ))) - it's other OSes that don't), but I think I have something that should be close to what you guys want. Here's v3 of the patch.
patch_mingw_ansi_stdio_v3.diff
Description: Binary data
_______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
