Remove compiler warnings.

This commit is contained in:
Jonathan Naylor
2017-02-21 11:16:57 +00:00
committed by GitHub
parent fc477d9abf
commit f8a946889e

View File

@@ -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";