Skip to content

address gcc 16.1.0 warning: variable set but not used#260

Closed
kzc wants to merge 1 commit into
muon-build:masterfrom
kzc:patch-2
Closed

address gcc 16.1.0 warning: variable set but not used#260
kzc wants to merge 1 commit into
muon-build:masterfrom
kzc:patch-2

Conversation

@kzc

@kzc kzc commented May 31, 2026

Copy link
Copy Markdown
Contributor
../src/lang/fmt.c: In function 'fmt_write_frag_set_dbg':
../src/lang/fmt.c:345:18: warning: variable 'i' set but not used [-Wunused-but-set-variable=]
  345 |         uint32_t i;
      |                  ^

for variable set but not used
@kzc

kzc commented Jun 14, 2026

Copy link
Copy Markdown
Contributor Author

This warning was addressed by a recent commit.

@kzc kzc closed this Jun 14, 2026
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