]> sigrok.org Git - libsigrok.git/commit
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)
commiteac48b34917cf19c2b5ba52ccea85ec94bb5830f
treee7a9dc8f3a810b1c23c2b1a44da9c08acb5f0a36
parent2f425a56edbe528ed4566ea6791009dad61ef56d
asix-sigma: Silence a compiler warning (declared but not used)

The call site which referenced the variable was conditional (disabled
trigger support) but the variable declaration was not. Fix that.
src/hardware/asix-sigma/api.c