mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-03-09 04:58:16 +03:00
xinclude: Fix warning when building --without-xptr
This commit is contained in:
parent
e2919516bc
commit
15ed75664b
@ -1017,6 +1017,7 @@ xmlXIncludeCopyRange(xmlXIncludeCtxtPtr ctxt, xmlXPathObjectPtr range) {
|
||||
}
|
||||
#endif /* LIBXML_XPTR_LOCS_ENABLED */
|
||||
|
||||
#ifdef LIBXML_XPTR_ENABLED
|
||||
/**
|
||||
* xmlXIncludeCopyXPointer:
|
||||
* @ctxt: the XInclude context
|
||||
@ -1127,6 +1128,8 @@ xmlXIncludeCopyXPointer(xmlXIncludeCtxtPtr ctxt, xmlXPathObjectPtr obj,
|
||||
}
|
||||
return(list);
|
||||
}
|
||||
#endif
|
||||
|
||||
/************************************************************************
|
||||
* *
|
||||
* XInclude I/O handling *
|
||||
|
Loading…
x
Reference in New Issue
Block a user