corrected compiler warning about unused parameter.

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