Command-Line Warning D9014

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.