• 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...
  • 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....
  • Warning message
    Hi After compiling my codes, I get the warning message: SECTION OUTSIDE CLASS AREA SECTION: CLASS: I assume that it means that the data are not with address range. Can any of you pleas kindly...
  • Warning messages
    I have function with 3 parameters passed in. The same funtion i am calling in other function and passing the 3 parameters but i get a warning message. too few actual parameters. Since the original...
  • Warning Messages
    I have 5 different C files and i Main.c program separately. In the Project diaglog box i have added all these files. For Target Options i have selected Large 64kCode ROM size and memory model Large....