• 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...
  • 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 V2.40a #pragma warning disable = 329 doesn't work
    Using the below pragma #pragma warning disable = 329 does not suppress warning 329. The warning is: warning C329: single-line comment contains line-continuation
  • Compiler V2.40a #pragma warning disable = 329 doesn't work
    Using the below pragma #pragma warning disable = 329 does not suppress warning 329. The warning is: warning C329: single-line comment contains line-continuation
  • Disable Keil warning
    Hello, I've been trying to remove a compiling warning (C182) without success. Can anyone point me in the right direction? Is there a directive available to disable a specific warning ? Thank...