"#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).