description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|
Learn more about: Command-Line Warning D9043 |
Command-Line Warning D9043 |
11/04/2016 |
|
|
9263e28d-217b-414c-bfb6-86efd3c27a77 |
invalid value 'warning_level' for 'compiler_option'; assuming '4999'; Code Analysis warnings are not associated with warning levels
The following sample generates C9043.
// D9043.cpp
// compile with: /analyze /w16001
// D9043 warning expected
int main() {}