Files
eltt2/eltt2.c
Peter Huewe 3d55476179 cppcheck: Fix Shifting signed 32-bit value by 31 bits is implementation-defined behaviour
cppcheck emits a warning:
`Shifting signed 32-bit value by 31 bits is implementation-defined behaviour`, which is correct.

=> Add U suffix to constant to fix the issue

Signed-off-by: Peter Huewe <Peter.Huewe@infineon.com>
2022-06-08 09:22:17 +08:00

61 KiB