From: Paul Reimer Date: Mon, 14 May 2018 17:10:03 +0000 (-0700) Subject: Unset COMPONENT_ADD_INCLUDEDIRS in cxx component to fix C++ -Wmissing-include-dirs... X-Git-Tag: v3.1-beta1~54^2~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d3b0e0e3fd59051ccaddac85f6bf56ec55ef756d;p=esp-idf Unset COMPONENT_ADD_INCLUDEDIRS in cxx component to fix C++ -Wmissing-include-dirs warning Merges https://github.com/espressif/esp-idf/pull/1956 --- diff --git a/components/cxx/component.mk b/components/cxx/component.mk index 00e05e0db2..7d819675a8 100644 --- a/components/cxx/component.mk +++ b/components/cxx/component.mk @@ -9,3 +9,4 @@ ifndef CONFIG_CXX_EXCEPTIONS COMPONENT_ADD_LDFLAGS += -u __cxx_fatal_exception endif +COMPONENT_ADD_INCLUDEDIRS =