mirror of
https://github.com/espressif/openthread.git
synced 2026-08-18 16:39:52 +00:00
[nrf52840] suppress IAR error inside mbedtls (#3026)
This commit is contained in:
committed by
Jonathan Hui
parent
d05542dbf5
commit
9119bd5e33
@@ -37,4 +37,5 @@
|
||||
#if defined(__ICCARM__)
|
||||
_Pragma("diag_suppress=Pe549")
|
||||
_Pragma("diag_suppress=Pa082")
|
||||
_Pragma("diag_suppress=Pa084")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user