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?