]> sigrok.org Git - libsigrok.git/commitdiff
sr_analog_to_float(): Fix multiple compiler warnings (-Wshadow).
authorUwe Hermann <redacted>
Wed, 16 May 2018 20:49:22 +0000 (22:49 +0200)
committerUwe Hermann <redacted>
Wed, 16 May 2018 21:57:58 +0000 (23:57 +0200)
  src/analog.c:205:23: warning: declaration of ā€˜iā€™ shadows a previous local [-Wshadow]
       for (unsigned int i = 0; i < count; i++) {
                         ^
  src/analog.c:178:18: note: shadowed declaration is here
    unsigned int b, i, count;
                    ^
[...]


No differences found