corrected compiler warning about unused parameter.

This commit is contained in:
skarg
2006-05-05 19:54:17 +00:00
parent fb6fbe630e
commit b5882f3a85
+2 -1
View File
@@ -156,7 +156,8 @@ int Life_Safety_Point_Encode_Property_APDU(uint8_t * apdu,
unsigned object_index = 0;
bool state = false;
BACNET_RELIABILITY reliability = RELIABILITY_NO_FAULT_DETECTED;
(void)array_index; /* currently not used */
Life_Safety_Point_Init();
switch (property) {
case PROP_OBJECT_IDENTIFIER: