Am Dienstag 25 Juli 2006 00:15 schrieb Dan Kegel:
> On 7/24/06, Kuba Ober <[EMAIL PROTECTED]> 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;
}

Attachment: pgp18Xn6aK29t.pgp
Description: PGP signature



Reply via email to