Snippets for armagetronad 0.2.9.3.0 from Nix aarch64-linux
Sourced from https://hydra.nixos.org/log/25nqy7c9jj111crr4xacn5cn31bv2zml-armagetronad-0.2.9.3.0.drv.
-
tron/gParser.cpp:966:10: warning: '_xmlParserInputBuffer::context' is deprecated [-Wdeprecated-declarations] 966 | ret->context = f; | ^~~~~~~ -
tron/gParser.cpp:967:10: warning: '_xmlParserInputBuffer::readcallback' is deprecated [-Wdeprecated-declarations] 967 | ret->readcallback = myxmlInputReadFILE; | ^~~~~~~~~~~~ -
tron/gParser.cpp:968:10: warning: '_xmlParserInputBuffer::closecallback' is deprecated [-Wdeprecated-declarations] 968 | ret->closecallback = myxmlInputCloseFILE; | ^~~~~~~~~~~~~