• Disable compiler warning
    How do you disable compiler warnings in uVision 4? It's for a K20 procesor so it's an ARM Cortex M4. I tried the standard C++ #pragma warning but it didn't sppear to work...
  • unrecognized pragma warning
    I'm using the Keil Development System for embedded applications (uVCision3) for the ADuC7020. Because my Keil uVision3 quit working I had to reinstall and upgrade my software. Now I get the warning message...
  • 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...