Repetitve fixme for each file accessed.

Stefan Dösinger stefandoesinger at gmx.at
Tue Jul 25 02:07:06 CDT 2006


Am Dienstag 25 Juli 2006 00:15 schrieb Dan Kegel:
> On 7/24/06, Kuba Ober <kuba at mareimbrium.org> wrote:
> > > > > fixme:sfc:SfcIsFileProtected ((nil), L"C:\\Program
> > > > > Files\\GeneXproTools 4\\SampleRuns\\XOR.gep") stub
> > >
> > > Please turn it into a TRACE instead of a FIXME.
> >
> > If it's a stub isn't it a FIXME?
>
> That is standard practice for extremely intrusive and frequent FIXME's, I
> think. It's a practical thing.
why not print the fixme once?

static BOOL warned = FALSE;
if(!warned) {
    FIXME("Stub!\n");
    warned = TRUE;
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 191 bytes
Desc: not available
Url : http://www.winehq.org/pipermail/wine-devel/attachments/20060725/06b4422f/attachment.pgp


More information about the wine-devel mailing list