Fix Android compilation

Fix also a couple of warnings and update build documentation
This commit is contained in:
Gioacchino Mazzurco 2019-12-11 01:25:14 +01:00
parent d1b86400bc
commit 2a0e1ab59d
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
3 changed files with 15 additions and 23 deletions

View file

@ -152,9 +152,6 @@ private:
/// @see p3Config::saveDone
void saveDone() override;
uint16_t mPort;
std::string mBindAddress;
/// Called when new JSON API auth token is requested to be authorized
std::function<bool(const std::string&, const std::string& passwd)>
mNewAccessRequestCallback;