Fixed compile warnings from recent merge into datetime ports.

This commit is contained in:
Steve Karg
2024-07-16 17:37:20 -05:00
parent 359995e4bc
commit 544075f5fd
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -30,6 +30,9 @@
void datetime_timesync(
BACNET_DATE *bdate, BACNET_TIME *btime, bool utc)
{
(void)bdate;
(void)btime;
(void)utc;
return;
}