mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
lint: fix uselessAssignmentPtrArg
This commit is contained in:
parent
3114f362df
commit
ff6a7febc6
@ -224,6 +224,8 @@ int skipjack_encrypt(cipher_context_t *context, uint8_t *plainBlock,
|
|||||||
s2cM(w3, cipherBlock);
|
s2cM(w3, cipherBlock);
|
||||||
cipherBlock += 2;
|
cipherBlock += 2;
|
||||||
s2cM(w4, cipherBlock);
|
s2cM(w4, cipherBlock);
|
||||||
|
/* cppcheck: may introduce timing bias if left out */
|
||||||
|
/* cppcheck-suppress uselessAssignmentPtrArg */
|
||||||
cipherBlock += 2;
|
cipherBlock += 2;
|
||||||
|
|
||||||
return 1;
|
return 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user