cleaned clang compile warnings

This commit is contained in:
Steve Karg
2019-12-18 21:14:05 -06:00
parent efea4a1a59
commit 830ab2d788
14 changed files with 21 additions and 27 deletions
+1 -2
View File
@@ -1726,8 +1726,7 @@ void trend_log_timer(uint16_t uSeconds)
int iCount = 0;
time_t tNow = 0;
/* unused parameter */
uSeconds = uSeconds;
(void)uSeconds;
/* use OS to get the current time */
tNow = time(NULL);
for (iCount = 0; iCount < MAX_TREND_LOGS; iCount++) {