http://bugs.winehq.org/show_bug.cgi?id=17328
Andrey Turkin andrey.turkin@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.turkin@gmail.com
--- Comment #1 from Andrey Turkin andrey.turkin@gmail.com 2009-02-10 02:21:10 --- Technically speaking, printf format attribute is incorrect for write_type_decl - that function does not directly pass format string to printf but instead recognize NULL value specifically. However GCC 3.3 and newer do allow NULL format string; GCC 3.2 and earlier - do not. See http://gcc.gnu.org/gcc-3.3/changes.html .