]> sigrok.org Git - libsigrokdecode.git/commitdiff
instance.c: Fix a compiler warning.
authorUwe Hermann <redacted>
Tue, 7 Feb 2017 09:40:29 +0000 (10:40 +0100)
committerUwe Hermann <redacted>
Mon, 20 Feb 2017 15:28:27 +0000 (16:28 +0100)
  ../instance.c: In function ‘srd_inst_find_by_id’:
  ../instance.c:485:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
     if (di = srd_inst_find_by_id_stack(inst_id, tmp))
     ^~


No differences found