Move warning suppression for IAR compiler to portmacro.h for v8M ports

IAR produces some warnings which can not be fixed in the source code because
then other compilers start generating warnings. We suppressed those warnings
in the project file before. This change moves the warning suppression from
project files to portmacro.h.
This commit is contained in:
Gaurav Aggarwal 2019-12-07 01:23:17 +00:00
parent 1deeb6dd84
commit 66ce9f7d72
9 changed files with 58 additions and 3 deletions

View file

@ -297,12 +297,11 @@
</option>
<option>
<name>IExtraOptionsCheck</name>
<state>1</state>
<state>0</state>
</option>
<option>
<name>IExtraOptions</name>
<state>--diag_suppress Pa082</state>
<state>--diag_suppress Be006</state>
<state></state>
</option>
<option>
<name>CCLangConformance</name>