This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

ARMCC 5.0: error for #pragma diag_suppress

"#pragma diag_suppress 265" does not work any more (worked in ARMCC 4.0)

(now I have to use "--diag_suppress 265" for the complete file module, but #pragma would be nicer - I only want to suppress this error in a special table)

(I tried also "#pragma diag_warning 265", but again does not work - I think this "#pragma diag..." somehow is just ignored by the compiler).

0