Silencing a noisy fixme - feedback requested

Dimi Paun dimi at lattica.com
Fri Oct 3 13:48:01 CDT 2008


On Fri, 2008-10-03 at 12:01 -0500, Austin English wrote:
> +    if (apc_user) 
> +       if (warn) {
> +           FIXME("I/O completion on lock not implemented yet\n");
> +           warn = FALSE;
> +       }

It's a style thing, but I for one would much prefer
brackets around the outer if to prevent easy to make
mistakes with dandling ifs.

-- 
Dimi Paun <dimi at lattica.com>
Lattica, Inc.




More information about the wine-devel mailing list