Fixed compile warnings from recent merge into datetime ports.
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
void datetime_timesync(
|
||||
BACNET_DATE *bdate, BACNET_TIME *btime, bool utc)
|
||||
{
|
||||
(void)bdate;
|
||||
(void)btime;
|
||||
(void)utc;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user