]> sigrok.org Git - libsigrok.git/commit
input/logicport: Fix outdated format_match().
authorUwe Hermann <redacted>
Sat, 19 May 2018 19:51:12 +0000 (21:51 +0200)
committerUwe Hermann <redacted>
Sat, 19 May 2018 20:01:18 +0000 (22:01 +0200)
commit24801f4e805f5aa779a9cdff0cec42510dd1fb07
treef50a06a1fab75029936cba411631d42d5aef0a93
parent092843eb4286885be8801592cfffb449cb23ddea
input/logicport: Fix outdated format_match().

Reported by scan-build:

  src/input/logicport.c:1186:18: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types]
    .format_match = format_match,
                    ^~~~~~~~~~~~
src/input/logicport.c