The following code is present in my application:

void foo(void)
{
        printf ( ("2\n") );
        printf ("1\n");
}

When I run lclint I get the following output:
 Format string parameter to printf is not a compile-time constant:
("2\n")

I cannot change the doube parentheses around the string. Is there a way
to make lclint understand this?

Regards,
-- 
Marcel Douben                    ASML
phone: (040) 268 - 2010          fax: (040) 268 - 4990
mailto:[EMAIL PROTECTED]    http://www.asml.com

Reply via email to