mirror of
https://github.com/g4klx/MMDVMHost.git
synced 2026-04-21 06:13:49 +00:00
Remove compiler warnings.
This commit is contained in:
parent
fc477d9abf
commit
f8a946889e
1 changed files with 1 additions and 1 deletions
|
|
@ -1347,7 +1347,7 @@ void CModem::dumpSamples()
|
|||
|
||||
struct tm* tm = ::localtime(&now);
|
||||
|
||||
char* mode = NULL;
|
||||
const char* mode = NULL;
|
||||
switch (m_buffer[5U]) {
|
||||
case MODE_DSTAR:
|
||||
mode = "DStar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue