]> granicus.if.org Git - esp-idf/commitdiff
Unset COMPONENT_ADD_INCLUDEDIRS in cxx component to fix C++ -Wmissing-include-dirs...
authorPaul Reimer <paul@p-rimes.net>
Mon, 14 May 2018 17:10:03 +0000 (10:10 -0700)
committerAngus Gratton <gus@projectgus.com>
Mon, 4 Jun 2018 06:36:44 +0000 (16:36 +1000)
Merges https://github.com/espressif/esp-idf/pull/1956

components/cxx/component.mk

index 00e05e0db23f40ed56b492caec88e00ed4c03666..7d819675a892bee46c5417d8647e46996d5c6b23 100644 (file)
@@ -9,3 +9,4 @@ ifndef CONFIG_CXX_EXCEPTIONS
 COMPONENT_ADD_LDFLAGS += -u __cxx_fatal_exception
 endif
 
+COMPONENT_ADD_INCLUDEDIRS =