Hi,
I'm trying to use pragmas to disable all warnings for a particular section of code. I'm using ti-cgt-arm_20.2.5.LTS.
I also want to suppress specific warnings (which I know there are many threads on) but it would be useful to have a reference of warning and error numbers. Is this published anywhere?
#pragma diag_push #pragma diag_suppress [what goes here?] // code block #pragma diag_pop