• 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...
  • 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....
  • 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...
  • 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...
  • disable overlay warning for specific functions
    I have four functions that the linker gives me the warning: *** WARNING L16: UNCALLED SEGMENT, IGNORED FOR OVERLAY PROCESS SEGMENT: ?PR?UART_RX_ISR_STUB?ISR *** WARNING L16: UNCALLED SEGMENT, IGNORED...