How can I temporarily supress a Compiler Warning just for one function? I thougt about
#pragma WARNING disable = 47 void my_function(int iTest) { //do nothing, //iTest is an unreference Parameter! } #pragma ???
View all questions in Keil forum