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 -1
View File
@@ -129,7 +129,7 @@ int lighting_command_decode(
uint32_t unsigned_value = 0;
float real_value = 0.0;
apdu_max_len = apdu_max_len;
(void)apdu_max_len;
/* check for value pointers */
if (apdu_max_len && data) {
/* Tag 0: operation */