[Bug 17328] tools/widl: warning: null format string

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Feb 10 02:21:10 CST 2009


http://bugs.winehq.org/show_bug.cgi?id=17328


Andrey Turkin <andrey.turkin at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrey.turkin at gmail.com




--- Comment #1 from Andrey Turkin <andrey.turkin at 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.



More information about the wine-bugs mailing list