Merge pull request #155 from g0wfv/develop

Fix compiler warnings for DMRAccessControl
This commit is contained in:
Jonathan Naylor 2016-09-23 13:44:40 +01:00 committed by GitHub
commit 2aa3156d59
2 changed files with 2 additions and 2 deletions

View file

@ -47,7 +47,7 @@ CDMRLC* DMRAccessControl::m_lastdmrLC;
std::time_t DMRAccessControl::m_time;
unsigned int DMRAccessControl::m_callHang;
int DMRAccessControl::m_callHang;
bool DMRAccessControl::m_TGRewriteSlot1;
bool DMRAccessControl::m_TGRewriteSlot2;

View file

@ -43,7 +43,7 @@ private:
static std::vector<unsigned int> m_prefixes;
static unsigned int m_callHang;
static int m_callHang;
static bool m_selfOnly;
static unsigned int m_id;