diff --git a/src/hasp_debug.cpp b/src/hasp_debug.cpp index 748eb1ff..d0e7611b 100644 --- a/src/hasp_debug.cpp +++ b/src/hasp_debug.cpp @@ -57,6 +57,7 @@ static void debugPrintTimestamp(int level, Print* _logOutput) int rslt = gettimeofday(&curTime, NULL); time_t t = curTime.tv_sec; tm* timeinfo = localtime(&t); + (void*)rslt; debugSendAnsiCode(F(TERM_COLOR_CYAN), _logOutput);