[vlc-devel] [PATCH] Fix C99 *printf functions declaration
Rafaël Carré
funman at videolan.org
Mon Oct 31 16:53:22 CET 2011
Hi, patch attached
Removes some defines to select printf() implementations:
either C99 either Microsoft ones.
#define conflicts with some cases like __attribute__ ((format (printf, 2, 0)))
(although __printf__ should be preferred here)
#define conflicts with C++ functions having the same name than standard
functions but different prototype.
--
Rafaël Carré
-------------- next part --------------
A non-text attachment was scrubbed...
Name: c99-printf.diff
Type: text/x-patch
Size: 13987 bytes
Desc: not available
URL: <http://mailman.videolan.org/pipermail/vlc-devel/attachments/20111031/2a39160d/attachment.bin>
More information about the vlc-devel
mailing list