Skip to content

Commit

Permalink
Merge branch 'bugfix/update_libexpat_v3.3' into 'release/v3.3'
Browse files Browse the repository at this point in the history
expat: Update library from 2.2.5 to 2.2.9 (v3.3)

See merge request espressif/esp-idf!6922
  • Loading branch information
projectgus committed Dec 9, 2019
2 parents 5073701 + bcbc4a9 commit 0407ab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions components/expat/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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()
2 changes: 1 addition & 1 deletion components/expat/expat
Submodule expat updated 121 files

0 comments on commit 0407ab4

Please sign in to comment.