Cleaned up compiler warnings for Borland 5.5 compile.

This commit is contained in:
skarg
2008-03-08 15:09:14 +00:00
parent a3e2d61f56
commit cff20d7669
5 changed files with 14 additions and 6 deletions
+3 -1
View File
@@ -103,6 +103,8 @@ static int cov_encode_subscription(
int apdu_len = 0;
BACNET_OCTET_STRING octet_string;
/* FIXME: unused parameter */
max_apdu = max_apdu;
/* Recipient [0] BACnetRecipientProcess - opening */
len = encode_opening_tag(&apdu[apdu_len], 0);
apdu_len += len;
@@ -385,7 +387,7 @@ void handler_cov_task(
uint32_t elapsed_seconds)
{
int index;
int lifetime_seconds;
uint32_t lifetime_seconds;
BACNET_OBJECT_ID object_id;
bool status = false;