Skip to content

Fix variable set but not used#882

Open
heitbaum wants to merge 1 commit intoxiph:masterfrom
heitbaum:unused
Open

Fix variable set but not used#882
heitbaum wants to merge 1 commit intoxiph:masterfrom
heitbaum:unused

Conversation

@heitbaum
Copy link

Fixes:
    ../../../src/share/grabbag/seektable.c: In function 'grabbag__seektable_convert_specification_to_template':
    ../../../src/share/grabbag/seektable.c:32:18: warning: variable 'i' set but not used [-Wunused-but-set-variable=]
       32 |         uint32_t i;
          |                  ^

Fixes:
    ../../../src/share/grabbag/seektable.c: In function 'grabbag__seektable_convert_specification_to_template':
    ../../../src/share/grabbag/seektable.c:32:18: warning: variable 'i' set but not used [-Wunused-but-set-variable=]
       32 |         uint32_t i;
          |                  ^

Signed-off-by: Rudi Heitbaum <rudi@heitbaum.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant