cleaned clang compile warnings

This commit is contained in:
Steve Karg
2019-12-18 21:14:05 -06:00
parent efea4a1a59
commit 830ab2d788
14 changed files with 21 additions and 27 deletions
+1 -2
View File
@@ -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;
}
+1 -1
View File
@@ -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);