mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
49a57ddfbc
According to the Greenhills documentation, the "-Wall" option is deprecated for use. Instead, the "-ghstd=last" option is recommended. Compared with "-Wall", the "-ghstd=last" option can capture more warnings and has stricter rules. Signed-off-by: guoshichao <guoshichao@xiaomi.com>