http://bugs.winehq.org/show_bug.cgi?id=17328 Andrey Turkin <andrey.turkin(a)gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andrey.turkin(a)gmail.com --- Comment #1 from Andrey Turkin <andrey.turkin(a)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 . -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.