mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Unset COMPONENT_ADD_INCLUDEDIRS in cxx component to fix C++ -Wmissing-include-dirs warning
Merges https://github.com/espressif/esp-idf/pull/1956
This commit is contained in:
committed by
Angus Gratton
parent
5ed2d79572
commit
d3b0e0e3fd
@ -9,3 +9,4 @@ ifndef CONFIG_CXX_EXCEPTIONS
|
||||
COMPONENT_ADD_LDFLAGS += -u __cxx_fatal_exception
|
||||
endif
|
||||
|
||||
COMPONENT_ADD_INCLUDEDIRS =
|
||||
|
Reference in New Issue
Block a user