• Error warning C275
    Hi to everybody! I am compiling the following code with the keil compiler version 8.18: static portTASK_FUNCTION( prvIdleTask, pvParameters ) { (void ) pvParameters; .... } and I get the...
  • Error warning C275
    Hi to everybody! I am compiling the following code with the keil compiler version 8.18: static portTASK_FUNCTION( prvIdleTask, pvParameters ) { (void ) pvParameters; .... } and I get the...
  • Feature request: errors/warnings to standar error (stderr)
    Feature request: Our Keil C166 compiler does not make a distinction between standard output or standard error. It would be nice if error/warning messages would be displayed on standard error . This...
  • Feature request: errors/warnings to standar error (stderr)
    Feature request: Our Keil C166 compiler does not make a distinction between standard output or standard error. It would be nice if error/warning messages would be displayed on standard error . This...
  • downgrade error into warning
    How do I downgrade an error into warning in Keil uvision5? The ARM Community suggests a command --diag_warning but where does this command fit cause the build output window on Keil does not support entering...