]> sigrok.org Git - libsigrok.git/commitdiff
asix-sigma: Silence a compiler warning (declared but not used)
authorGerhard Sittig <redacted>
Fri, 26 May 2017 19:36:35 +0000 (21:36 +0200)
committerUwe Hermann <redacted>
Fri, 26 May 2017 20:48:40 +0000 (22:48 +0200)
The call site which referenced the variable was conditional (disabled
trigger support) but the variable declaration was not. Fix that.


No differences found