Skip to content

Fix variable set but not used#882

Merged
ktmf01 merged 1 commit intoxiph:masterfrom
heitbaum:unused
May 8, 2026
Merged

Fix variable set but not used#882
ktmf01 merged 1 commit intoxiph:masterfrom
heitbaum:unused

Conversation

@heitbaum
Copy link
Copy Markdown
Contributor

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>
@ktmf01 ktmf01 merged commit b0d55d3 into xiph:master May 8, 2026
@heitbaum heitbaum deleted the unused branch May 8, 2026 22:47
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.

2 participants