]> sigrok.org Git - sigrok-cli.git/commitdiff
fix a potential use of uninitialized variable
authorAurelien Jacobs <redacted>
Tue, 3 Jun 2014 14:46:03 +0000 (16:46 +0200)
committerBert Vermeulen <redacted>
Tue, 3 Jun 2014 17:00:17 +0000 (19:00 +0200)
show.c: In function ‘show_dev_detail’:
show.c:214:11: warning: ‘c’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  char *s, c;
           ^


No differences found