cleaned clang compile warnings
This commit is contained in:
@@ -212,8 +212,7 @@ static int cov_encode_subscription(
|
||||
BACNET_OCTET_STRING octet_string;
|
||||
BACNET_ADDRESS *dest = NULL;
|
||||
|
||||
/* FIXME: unused parameter */
|
||||
max_apdu = max_apdu;
|
||||
(void)max_apdu;
|
||||
if (!cov_subscription) {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -65,7 +65,7 @@ void handler_ucov_notification(
|
||||
int len = 0;
|
||||
|
||||
/* src not needed for this application */
|
||||
src = src;
|
||||
(void)src;
|
||||
/* create linked list to store data if more
|
||||
than one property value is expected */
|
||||
bacapp_property_value_list_init(&property_value[0], MAX_COV_PROPERTIES);
|
||||
|
||||
Reference in New Issue
Block a user