cleaned up compiler warnings

This commit is contained in:
skarg
2005-05-04 20:56:27 +00:00
parent be646af144
commit 4a98496478
13 changed files with 109 additions and 147 deletions
+1 -1
View File
@@ -278,7 +278,7 @@ int Device_Encode_Property_APDU(
int apdu_len = 0; // return value
int len = 0; // apdu len intermediate value
BACNET_BIT_STRING bit_string;
int i = 0;
unsigned i = 0;
int object_type = 0;
uint32_t instance = 0;
unsigned count = 0;