Commit 150e7b4
[nrf fromtree] secure_fw: crypto: add -Wno-unused-const-variable
When using TF-M with upstream MbedTLS, the upstream project
generates a warning about const variables being set but not unused.
This warning causes CI to fail in some downstream consumers of TF-M
(Zephyr in this case). Add `-Wno-unused-const-variable` avoids this
warning.
Author: Flavio Ceolin <[email protected]>
Signed-off-by: Kevin Townsend <[email protected]>
Change-Id: I106d0d8598a6d075e3824202038fc37e0c5a9861
Signed-off-by: Joakim Andersson <[email protected]>
(cherry picked from commit 1b7ee9d)1 parent f2f661d commit 150e7b4
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
| 188 | + | |
188 | 189 | | |
| 190 | + | |
189 | 191 | | |
190 | 192 | | |
191 | 193 | | |
| |||
0 commit comments