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. I can't seem to find a similar control in this ( ARM ) compiler, rather all I can find in the manual is the -W which disables all warnings. Am I missing something ?
Thanks
thank you. I am working on uVision 5.24 and it works again
In case anyone still wonders, I use "#pragma diag_suppress 1299" to suppress the warning about declaring and initializing in different orders. but only in one specific file