Visual C++ Compiler Warning C4811

Message Text

value of pragma conform(forScope, show) == value

Severity

This is a level 1 warning.

Circumstances

This warning is indeed produced only from a #pragma conform (forScope, show) directive and its equivalent form with the __pragma keyword.

The value in the message text is necessarily true or false to represent the states that the #pragma syntax requires be set as on and off respectively.