mirror of
https://github.com/espressif/openthread.git
synced 2026-08-12 21:57:47 +00:00
[nrf52840] suppress warning in mbedtls in Keil and IAR compiler (#3283)
This commit is contained in:
committed by
Jonathan Hui
parent
765c45c2ed
commit
90593db103
@@ -36,7 +36,9 @@
|
||||
#define MBEDTLS_ECDSA_C
|
||||
|
||||
#if defined(__ICCARM__)
|
||||
_Pragma("diag_suppress=Pe549")
|
||||
_Pragma("diag_suppress=Pa082")
|
||||
_Pragma("diag_suppress=Pa084")
|
||||
_Pragma("diag_suppress=Pe550")
|
||||
#endif
|
||||
|
||||
#if defined(__CC_ARM)
|
||||
_Pragma("diag_suppress=550")
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user