fix warnings

This commit is contained in:
Garux
2021-01-03 06:24:58 +03:00
parent 77439d8b66
commit e62c6f4bb3
15 changed files with 14 additions and 32 deletions

View File

@@ -105,7 +105,6 @@ std::size_t m_iCurrentStep;
char *m_sBSPName;
// buffer we use in push mode to receive data directly from the network
xmlParserInputBufferPtr m_xmlInputBuffer;
xmlParserInputPtr m_xmlInput;
xmlParserCtxtPtr m_xmlParserCtxt;
// call this to switch the set listening mode
bool SetupListening();