corrected for warnings from Borland.

This commit is contained in:
skarg
2005-05-26 18:53:16 +00:00
parent 3029fed576
commit 58746c2182
8 changed files with 61 additions and 11 deletions
+2 -1
View File
@@ -222,7 +222,7 @@ bool Send_Read_Property_Request(
object_instance,
object_property,
array_index);
if (pdu_len < max_apdu)
if ((unsigned)pdu_len < max_apdu)
{
tsm_set_confirmed_unsegmented_transaction(
invoke_id,
@@ -323,6 +323,7 @@ void ReadPropertyAckHandler(
int len = 0;
BACNET_READ_PROPERTY_DATA data;
(void)src;
tsm_free_invoke_id(service_data->invoke_id);
len = rp_ack_decode_service_request(
service_request,