We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
marcdump.c:195:5: warning: 'xmlSAXUserParseFile' is deprecated [-Wdeprecated-declarations] 195 | xmlSAXUserParseFile(sax_ptr, yt, fname); | ^ /opt/homebrew/opt/libxml2/include/libxml2/libxml/parser.h:998:1: note: 'xmlSAXUserParseFile' has been explicitly marked deprecated here 998 | XML_DEPRECATED | ^ /opt/homebrew/opt/libxml2/include/libxml2/libxml/xmlexports.h:69:43: note: expanded from macro 'XML_DEPRECATED' 69 | #define XML_DEPRECATED __attribute__((deprecated)) | ^
gcc -v Apple clang version 16.0.0 (clang-1600.0.26.6) Target: arm64-apple-darwin24.2.0 Thread model: posix pkg-config --modversion libxml-2.0 2.13.5
The text was updated successfully, but these errors were encountered:
Avoid xmlSAXUserParseFile #140
ea39c77
yaz-marcdump: use same scheme for parsing MARCXML as MarcXchange.
Avoid xmlSAXUserParseFile #140 (#141)
ebc8cca
adamdickmeiss
No branches or pull requests
The text was updated successfully, but these errors were encountered: