Silencing a noisy fixme - feedback requested

Juan Lang juan.lang at gmail.com
Fri Oct 3 11:56:25 CDT 2008


Hi Austin,

> Not sure if this is the best way to go about this or not. Any advice
> appreciated (or if anyone else wants to silence it :-P).

You're close.  The only fix is:
+    BOOLEAN     warn = TRUE;
should be static.  (Otherwise it'll be TRUE every time the function is
called, so it'll always be printed.)
--Juan



More information about the wine-devel mailing list