Skip to content

Commit

Permalink
CONNECT: compile with libxml2 2.10.x
Browse files Browse the repository at this point in the history
storage/connect/libdoc.cpp:603:17: error: 'void xmlXPathInit()' is deprecated [-Werror=deprecated-declarations]
  • Loading branch information
vuvova committed Oct 22, 2022
1 parent 0609b34 commit 16d4431
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions storage/connect/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ IF(UNIX)
DISABLE_WARNING("format-truncation")
DISABLE_WARNING("implicit-fallthrough")
DISABLE_WARNING("type-limits")
DISABLE_WARNING("deprecated-declarations")
endif(NOT WITH_WARNINGS)

add_definitions( -DUNIX -DLINUX -DUBUNTU )
Expand Down

0 comments on commit 16d4431

Please sign in to comment.