Fixed unit test compiler warnings

This commit is contained in:
Steve Karg
2024-08-06 16:19:08 -05:00
parent 1be0aa39b9
commit be65abe159
35 changed files with 143 additions and 231 deletions
+1 -1
View File
@@ -1069,8 +1069,8 @@ static int decode_priority_array_value(
BACNET_OBJECT_TYPE object_type)
{
int apdu_len = 0;
int len = 0;
#if defined(BACAPP_COMPLEX_TYPES)
int len = 0;
BACNET_APPLICATION_TAG tag = MAX_BACNET_APPLICATION_TAG;
if (bacnet_is_opening_tag_number(apdu, apdu_size, 0, &len)) {