mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
expat: Update library from 2.2.5 to 2.2.9
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
set(COMPONENT_ADD_INCLUDEDIRS expat/expat/lib port/include)
|
||||
set(COMPONENT_SRCS "expat/expat/lib/loadlibrary.c"
|
||||
"expat/expat/lib/xmlparse.c"
|
||||
set(COMPONENT_SRCS "expat/expat/lib/xmlparse.c"
|
||||
"expat/expat/lib/xmlrole.c"
|
||||
"expat/expat/lib/xmltok.c"
|
||||
"expat/expat/lib/xmltok_impl.c"
|
||||
@ -16,4 +15,4 @@ component_compile_definitions(HAVE_GETRANDOM)
|
||||
# Temporary suppress "fallthrough" warnings until they are fixed in expat repo
|
||||
if(GCC_NOT_5_2_0)
|
||||
component_compile_options(-Wno-implicit-fallthrough)
|
||||
endif()
|
||||
endif()
|
||||
|
Submodule components/expat/expat updated: 968b8cc46d...a7bc26b697
Reference in New Issue
Block a user