Corrected warnings generated from splint.

This commit is contained in:
skarg
2009-04-18 13:48:15 +00:00
parent 9722e4f7db
commit 51845ed4fd
4 changed files with 38 additions and 38 deletions
+3 -3
View File
@@ -253,7 +253,7 @@ int bacapp_decode_data(
int bacapp_decode_application_data(
uint8_t * apdu,
int max_apdu_len,
unsigned max_apdu_len,
BACNET_APPLICATION_DATA_VALUE * value)
{
int len = 0;
@@ -481,7 +481,7 @@ int bacapp_encode_context_data(
int bacapp_decode_context_data(
uint8_t * apdu,
int max_apdu_len,
unsigned max_apdu_len,
BACNET_APPLICATION_DATA_VALUE * value,
BACNET_PROPERTY_ID property)
{
@@ -634,7 +634,7 @@ bool bacapp_copy(
such as the value received in a WriteProperty request */
int bacapp_data_len(
uint8_t * apdu,
int max_apdu_len,
unsigned max_apdu_len,
BACNET_PROPERTY_ID property)
{
int len = 0;