astyle formatting

This commit is contained in:
Daniel Marjamäki 2021-05-03 16:34:55 +02:00
parent f47fd20e14
commit 7fefdf2bf7
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ void valid_code(int argInt1, va_list valist_arg, int * parg)
uint64_t i64_1 = 0, i64_2;
// cppcheck-suppress unreadVariable
i64_2 = __builtin_bswap64(i64_1++);
// cppcheck-suppress zerodiv
// cppcheck-suppress unreadVariable
i16_1 /= bswap_16(0x1234) - 0x3412;