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
@@ -126,7 +126,7 @@ extern "C" {
int bacapp_decode_application_data(
uint8_t * apdu,
int max_apdu_len,
unsigned max_apdu_len,
BACNET_APPLICATION_DATA_VALUE * value);
int bacapp_encode_application_data(
@@ -135,7 +135,7 @@ extern "C" {
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);
@@ -163,7 +163,7 @@ extern "C" {
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);
#if PRINT_ENABLED