Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
invalid value 'number1' for 'option'; assuming 'number2'
The given option was specified with an invalid numeric argument. The compiler assumed the value number2.
Example
cl /Zp3 program.c
In this example, 3 is an invalid value. Valid arguments for the /Zp option are 1, 2, and 4.