]> sigrok.org Git - libsigrokdecode.git/commit
irmp: silence "illegal character encoding" compiler warning
authorGerhard Sittig <redacted>
Sun, 19 Jul 2020 06:44:00 +0000 (08:44 +0200)
committerGerhard Sittig <redacted>
Sun, 19 Jul 2020 06:49:26 +0000 (08:49 +0200)
commit33687d6ed7b923662566e6a6f2761792bb087fb4
tree003060cb2287c5fd3ab3086db838fcb8180a4fd5
parent47ff9910f7e1c6f170a48aedad152ca19ccd4579
irmp: silence "illegal character encoding" compiler warning

Replace non-ASCII characters in the FDC keyboard map with their
respective number values, since the character presentation is
non-portable and results in compiler warnings.

A similar change was done in IRMP version 3.2.0 (SVN r192 as of
2020-06-22) which the sigrok project has not caught up with yet.
irmp/irmp.c