This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Disable and enable specific compiler warning

Hi

I want to disable a specific compiler warning for a code section. I tried the pragma warning

#pragma warning disable = 138

which will work, but I am missing a possibility to enable the compiler warning after the specific code section. Any idea to enable the warning after using the disable pragma?

0