• Suppress compiler warning
    I'm using uVision 4 with an ARM9 and implementing the zlib compression library. I'm getting a lot of warning messages "warning: #1294-D: Old-style function deflateInit_" because the library uses the...
  • How can I suppress this warning?
    In my code I use the nop instruction (for short delay). The compiler warns me: warning: #174-D: expression has no effect How can I suppress this warning?
  • Suppress Banner/Copyright
    Is there any option to suppress the Keil banner and copyright notice for the compilation? This will generate more compact output on command line, to better identify the real warning and error messages...
  • How to suppress an error
    In ST motor control code I have a section that compiles with warnings in the STM32CubeIDE & build okay but in Keil MDK gives an error and won't build. #define PH_KIDIV_LOG 38 #define PH_KDDIV_LOG 10...
  • Linker Warning
    Greetings, Within my serial receive interrupt routine I'm getting a linker warning dealing with a printf statement. My code and the warning are shown below: void serial_int() interrupt 4...