wine/ programs/winedbg/info.c programs/taskmgr ...

Alexandre Julliard julliard at winehq.org
Thu Sep 29 05:05:33 CDT 2005


Vincent Béron <vberon at 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 at winehq.org



More information about the wine-devel mailing list