Closed
Description
Description
Mbed OS 5.12.0 produces a lot of compiler warnings from PSA_SUCCESS.
target: LPC55S69_NS
toolchain: GCC_ARM, probably all.
14:16:29 Compile [ 73.8%]: EthernetInterface.cpp
14:16:29 [Warning] psa_client.h@25,0: "PSA_SUCCESS" redefined
14:16:29 Compile [ 74.0%]: NetStackMemoryManager.cpp
14:16:29 [Warning] psa_client.h@25,0: "PSA_SUCCESS" redefined
14:16:29 Compile [ 74.1%]: DTLSSocket.cpp
14:16:29 [Warning] psa_client.h@25,0: "PSA_SUCCESS" redefined
14:16:29 Compile [ 74.3%]: EMACInterface.cpp
14:16:29 [Warning] psa_client.h@25,0: "PSA_SUCCESS" redefined
To reproduce:
mbed import mbed-cloud-client-example
<add certificate>
cp configs-psa/wifi_esp8266_v4.json mbed_app.json
mbed compile -t ARM -m LPC55S69_NS --profile release
Issue request type
[ ] Question
[ ] Enhancement
[X] Bug