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

How to use -Wno to suppress multiple warnings?

Dear ARM,

In AC5, we use --diag_suppress to suppress warnings. I learn in Arm Compiler armclang Reference Guide Version 6.12 that -Wno can do the same thing. But how shoulo I use -Wno to suppress multiple warnings?

In AC5, --diag_suppress=188,111,186,1 could work. I tried to use -Wno=188,111,186,1 and went wrong.