• 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...
  • Is there a way to disable specific warnings ?
    I'm using uV 4.70.0.0, compiler version is 5.03.0.24. Is there a way to disable specific warnings? In other Keil toolchains I seem to remember there was a command-line control that allowed this....
  • Disabling warnings Keil
    Good day. I'm trying disable warnings (#2548-D and #69-D). I have them because i created: const char a='Ф'; // it is Cyrillic symbol I wrote "69,2548" in disable Warnings field in Linker tab...
  • 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...
  • Disable Warning Messages for a Segment of Code
    In UV4 I would like to suppress a specific warning message for a segment of code. I tried: #pragma diag_suppress=550 unsigned int stacked_r0; unsigned int stacked_r1; unsigned int stacked_r2; unsigned...