mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-08-03 04:06:22 -04:00
check fix: Mark argument to debug function as unused
The md argument will only be used when compiling with debug_ functions enabled
This commit is contained in:
parent
fba3b45380
commit
c14f8d634a
1 changed files with 1 additions and 0 deletions
|
@ -93,6 +93,7 @@ static void print_digest(uint8_t *md)
|
|||
for (int j = 0; j < 4; j++) {
|
||||
for (int i = 0; i < 8; i++) {
|
||||
debug_puthex(md[i + 8 * j]);
|
||||
(void)md;
|
||||
}
|
||||
debug_lf();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue