29 Sep
2005
29 Sep
'05
10:05 a.m.
Vincent Béron <vberon(a)mecano.gme.usherb.ca> writes:
This patch causes compilation with gcc 3.2 to issue some warnings about null format strings whenever a TRACE_ON() (or other) is used. I know there's a check in wine_dbg_log() for !format, but the warning is still annoying.
I guess you don't want an empty line (except for type and class) to be printed everytime TRACE_ON is tested, so changing the 0 for "" wouldn't work out ok...
It would, except gcc 4.0 prints a warning for a "" format string... I guess I'll have to export another function just for that purpose. -- Alexandre Julliard julliard(a)winehq.org