Vincent BĂ©ron vberon@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.