RE: spurious redefinition warnings on Windows NT

2002-04-26 Thread Martin Roehrig
Hi Richard, > -Original Message- > From: Richard A. O'Keefe [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 26, 2002 2:50 AM [...] > "Martin Roehrig" <[EMAIL PROTECTED]> wrote: > Right, but that was not the problem. As you see in the code the > header is just included once b

lclint question

2002-04-26 Thread Marcel Douben
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 strin