commit | 34b508be9f021831423a8a14f56dff547e24c743 | [log] [tgz] |
---|---|---|
author | Yann Gautier <yann.gautier@foss.st.com> | Thu May 20 13:18:14 2021 +0200 |
committer | Yann Gautier <yann.gautier@foss.st.com> | Thu May 27 13:50:21 2021 +0200 |
tree | d19acd0328455109162812f1f1de27546ae2cd08 | |
parent | e55d12b7eb771c2822872bc5f7bf00c0f128b83e [diff] |
fix(makefile): use space in WARNINGS list The tab between -Wdisabled-optimization and -Wvla is replaced with a space. This avoids having it removed when copy/pasting the compilation command line, and having the following error: arm-none-eabi-gcc: error: unrecognized command line option '-Wdisabled-optimization-Wvla'; did you mean '-Wdisabled-optimization'? Signed-off-by: Yann Gautier <yann.gautier@foss.st.com> Change-Id: I72de2a70d192a7813b1f9b55485914142d1fc428