mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 05:36:37 +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);
|
int rslt = gettimeofday(&curTime, NULL);
|
||||||
time_t t = curTime.tv_sec;
|
time_t t = curTime.tv_sec;
|
||||||
tm* timeinfo = localtime(&t);
|
tm* timeinfo = localtime(&t);
|
||||||
|
(void*)rslt;
|
||||||
|
|
||||||
debugSendAnsiCode(F(TERM_COLOR_CYAN), _logOutput);
|
debugSendAnsiCode(F(TERM_COLOR_CYAN), _logOutput);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user