irmp: silence signedness compiler warning in IR command comparison
commit497d973027e3a9691b76f660c85400e4fe265773
authorGerhard Sittig <gerhard.sittig@gmx.net>
Sat, 22 Feb 2020 05:32:40 +0000 (22 06:32 +0100)
committerGerhard Sittig <gerhard.sittig@gmx.net>
Sat, 18 Jul 2020 13:25:29 +0000 (18 15:25 +0200)
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