Synopsis: | Avoid the use of #pragma warning directive. |
Language: | C++ |
Severity Level: | 1 |
Category: | Portability |
Description: |
To keep the code warning free, using #pragma warning directive is not allowed. Exception: #pragma warning is allowed in header files *stdafx.h, such that external files can be included, precompiled and controlled. |