]> sigrok.org Git - sigrok-firmware-fx2lafw.git/commitdiff
fx2lafw: silence integer overflow compile warnings
authorGerhard Sittig <redacted>
Mon, 22 Feb 2021 19:17:02 +0000 (20:17 +0100)
committerGerhard Sittig <redacted>
Mon, 23 Aug 2021 17:01:42 +0000 (19:01 +0200)
Explicitly mark literals for control bitfield values as unsigned, to
avoid compiler warnings when the MSB gets set in assignments to a byte.
This kind of follows up to commit f6ef2ff72979 after commit b283ba837a11
re-introduced the warning.


No differences found