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 -3
View File
@@ -114,9 +114,7 @@ int alarm_ack_decode_service_request(
int section_len;
uint32_t enumValue;
/* unused parameter */
apdu_len = apdu_len;
(void)apdu_len;
if (-1 ==
(section_len = decode_context_unsigned(
&apdu[len], 0, &data->ackProcessIdentifier))) {