This commit is contained in:
Shawn 2021-09-26 17:18:37 +02:00 committed by GitHub
commit 401ced48f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 1 deletions

View file

@ -35,6 +35,9 @@ m_lookup(lookup)
assert(lookup != NULL);
assert(rssi != NULL);
(UNUSED)m_colorCode;
(UNUSED)m_modem;
// Load black and white lists to DMRAccessControl
CDMRAccessControl::init(blacklist, whitelist, slot1TGWhitelist, slot2TGWhitelist, selfOnly, prefixes, id);

View file

@ -91,4 +91,6 @@ enum DSTAR_ACK_MESSAGE {
DSTAR_ACK_SMETER
};
typedef void UNUSED;
#endif

View file

@ -76,7 +76,7 @@ public:
virtual bool writeDStarInfo(const char* my1, const char* my2, const char* your, const char* type, const char* reflector){return true;};
virtual bool writeDMRInfo(unsigned int slotNo, const std::string& src, bool group, const std::string& dst, const char* type){return true;};
virtual bool writeYSFInfo(const char* source, const char* dest, const char* type, const char* origin){return true;};
virtual bool writeYSFInfo(const char* source, const char* dest, unsigned char dgid, const char* type, const char* origin){return true;};
virtual bool writeP25Info(const char* source, bool group, unsigned int dest, const char* type){return true;};
virtual bool writeNXDNInfo(const char* source, bool group, unsigned int dest, const char* type){return true;};
virtual bool writePOCSAGInfo(unsigned int ric, const std::string& message){return true;};

View file

@ -86,6 +86,7 @@ m_fp(NULL)
assert(display != NULL);
assert(lookup != NULL);
assert(rssiMapper != NULL);
(UNUSED)m_nac;
m_netLDU1 = new unsigned char[9U * 25U];
m_netLDU2 = new unsigned char[9U * 25U];