• Yann Gautier's avatar
    fix(makefile): use space in WARNINGS list · 34b508be
    Yann Gautier authored
    
    
    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: default avatarYann Gautier <yann.gautier@foss.st.com>
    Change-Id: I72de2a70d192a7813b1f9b55485914142d1fc428
    34b508be
Makefile 42.8 KB