Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 541 Bytes

command-line-warning-d9043.md

File metadata and controls

22 lines (18 loc) · 541 Bytes
description title ms.date f1_keywords helpviewer_keywords ms.assetid
Learn more about: Command-Line Warning D9043
Command-Line Warning D9043
11/04/2016
D9043
D9043
9263e28d-217b-414c-bfb6-86efd3c27a77

Command-Line Warning D9043

invalid value 'warning_level' for 'compiler_option'; assuming '4999'; Code Analysis warnings are not associated with warning levels

Example

The following sample generates C9043.

// D9043.cpp
// compile with: /analyze /w16001
// D9043 warning expected
int main() {}