mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-27 21:26:43 +00:00
Fix a compiler warning
This commit is contained in:
parent
1275b32a5e
commit
99a83c2f3c
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user