---------- Forwarded message ----------
Date: Wed, 27 Feb 2002 09:39:21 +0900
From: eazzy <[EMAIL PROTECTED]>
To: SPLint-ML <[EMAIL PROTECTED]>

Does "SPLint" have a means to take out warning to the following programs?

void foo(void){
        unsigned short cnt;

        for(cnt = 0; cnt < 0x10000; cnt++){
                printf("cnt=%u\n", cnt);
        }
}

--
eazzy

Reply via email to