Skip to content

Commit

Permalink
Fix compiler warnings for DMRAccessControl
Browse files Browse the repository at this point in the history
  • Loading branch information
g0wfv committed Sep 23, 2016
1 parent 312e9ec commit cfe5230
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion DMRAccessControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion DMRAccessControl.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class DMRAccessControl {

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;
Expand Down

0 comments on commit cfe5230

Please sign in to comment.