corrected compiler warning about unused parameter.
This commit is contained in:
@@ -156,7 +156,8 @@ int Life_Safety_Point_Encode_Property_APDU(uint8_t * apdu,
|
|||||||
unsigned object_index = 0;
|
unsigned object_index = 0;
|
||||||
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:
|
||||||
|
|||||||
Reference in New Issue
Block a user