I have this line of code: pcTraceBuffer = ( volatile signed portCHAR * volatile )pcBuffer;
it compiled with the previous version without warning. with the new Keil/Realview tool, I got a warning message: warning: #191-D: type qualifier is meaningless on cast typening:
I would like to know what it means. I look for the information on this message but found none. Please help
View all questions in Keil forum