Cleaned up gcc build on linux for whohas and i-have changes.

This commit is contained in:
skarg
2006-02-16 21:53:23 +00:00
parent 5fcf45a781
commit 44587d5b81
7 changed files with 19 additions and 15 deletions
-2
View File
@@ -79,7 +79,6 @@ int ihave_decode_service_request(
int len = 0;
uint8_t tag_number = 0;
uint32_t len_value = 0;
uint32_t decoded_value = 0; /* for decoding */
int decoded_type = 0; /* for decoding */
if (apdu_len && data)
@@ -175,7 +174,6 @@ void testIHaveData(Test * pTest, BACNET_I_HAVE_DATA *data)
data->object_id.instance);
ct_test(pTest, characterstring_same(
&test_data.object_name,&data->object_name));
}
}
void testIHave(Test * pTest)