Command-Line Warning D4014 (Windows CE 5.0)

Send Feedback

invalid value 'number1' for 'option'; assuming 'number2'

The given option was specified with an invalid numeric argument. The compiler assumed the value number2.

The following example shows how this error might occur.

cl /Zp3 program.c

In this example, 3 is an invalid value.

Valid arguments for the /Zp option are 1, 2, and 4.

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.