Fixed compile warnings and BACnet priority array decoding (#712)

* Fixed network port warning for unused static function.

* Fixed BACnetPriorityArray decoding in bacapp module

* Fixed epics print of BACnetDateTime complex data.
This commit is contained in:
Steve Karg
2024-08-06 14:10:03 -05:00
committed by GitHub
parent a1d91dbeb1
commit 1be0aa39b9
3 changed files with 85 additions and 32 deletions
-2
View File
@@ -1176,8 +1176,6 @@ bool Load_Control_Write_Property(BACNET_WRITE_PROPERTY_DATA *wp_data)
unsigned int object_index = 0;
int len = 0;
BACNET_APPLICATION_DATA_VALUE value;
/* build here in case of error in time half of datetime */
BACNET_DATE start_date;
debug_printf("Load_Control_Write_Property(wp_data=%p)\n", wp_data);
if (wp_data == NULL) {