]> sigrok.org Git - libsigrokdecode.git/commit
irmp: silence signedness compiler warning in IR command comparison
authorGerhard Sittig <redacted>
Sat, 22 Feb 2020 05:32:40 +0000 (06:32 +0100)
committerGerhard Sittig <redacted>
Sat, 18 Jul 2020 13:25:29 +0000 (15:25 +0200)
commit497d973027e3a9691b76f660c85400e4fe265773
tree24a752da9a38d051f866c2facc53f0bcf156af66
parent6a419ada57b7e219b9aca56253be664cca51865d
irmp: silence signedness compiler warning in IR command comparison

Assume that IR command codes can get represented by a C language 'int'
data type. The other value in the comparison is another 'int' anyway.
irmp/irmp.c