mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-01 14:34:31 +00:00
cmake: Add a compatible old GCC flag, fix the cmake example building
This commit is contained in:
@@ -157,10 +157,11 @@ echo -e "\nFound issues:"
|
||||
# Ignore the next messages:
|
||||
# "error.o" or "-Werror" in compiler's command line
|
||||
# "reassigning to symbol" or "changes choice state" in sdkconfig
|
||||
# Compiler and toochain versions is not supported from make/project.mk
|
||||
# 'Compiler and toochain versions is not supported' from make/project.mk
|
||||
IGNORE_WARNS="\
|
||||
library/error\.o\
|
||||
\|\ -Werror\|error\.d\
|
||||
\|\ -Werror\
|
||||
\|error\.d\
|
||||
\|reassigning to symbol\
|
||||
\|changes choice state\
|
||||
\|Compiler version is not supported\
|
||||
|
Reference in New Issue
Block a user