]> sigrok.org Git - libsigrok.git/commit - hardware/asix-sigma/asix-sigma.c
asix-sigma: Fix two compiler warnings.
authorUwe Hermann <redacted>
Mon, 31 Dec 2012 20:21:39 +0000 (21:21 +0100)
committerUwe Hermann <redacted>
Mon, 31 Dec 2012 20:21:39 +0000 (21:21 +0100)
commitf4abaa9f6b37d07bd565c74a60139d641e86b1d1
treea2703506427d717c79e53a01e487c0bc5c0a83e9
parentb7c3e8499c9dc499874876efdf5fb499368d6f10
asix-sigma: Fix two compiler warnings.

asix-sigma.c:648:9: warning: 'ret' may be used uninitialized in this
function [-Wmaybe-uninitialized]

asix-sigma.c:1337:20: warning: 'triggerselect' may be used uninitialized
in this function [-Wmaybe-uninitialized]
hardware/asix-sigma/asix-sigma.c