Skip to content
Permalink
Browse files
CONNECT: compile with libxml2 2.10.x
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.
@@ -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 )

0 comments on commit 16d4431

Please sign in to comment.