Skip to content

fix: gcc build warning 'unused-parameter' - #422

Merged
armink merged 1 commit into
armink:masterfrom
woquchonglang:fix/warning
Aug 15, 2026
Merged

fix: gcc build warning 'unused-parameter'#422
armink merged 1 commit into
armink:masterfrom
woquchonglang:fix/warning

Conversation

@woquchonglang

Copy link
Copy Markdown
Contributor

When I compile using gcc, there will be warning indicating that some parameters are not being used,such as

FlashDB/src/fdb_tsdb.c:893:69: warning: unused parameter 'arg2' [-Wunused-parameter]
  893 | static bool format_all_cb(tsdb_sec_info_t sector, void *arg1, void *arg2)

@armink
armink merged commit e1372d1 into armink:master Aug 15, 2026
7 checks passed
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