Skip to content

Fix warning variable set but not used#1850

Merged
fspindle merged 1 commit intolagadic:masterfrom
fspindle:fix_various_warn
Dec 7, 2025
Merged

Fix warning variable set but not used#1850
fspindle merged 1 commit intolagadic:masterfrom
fspindle:fix_various_warn

Conversation

@fspindle
Copy link
Contributor

@fspindle fspindle commented Dec 7, 2025

modules/core/src/tools/file/vpIoTools_npy.cpp:808:10: warning: variable 'sub_idx' set but not used [-Wunused-but-set-variable]
  808 |   size_t sub_idx = 0;
      |          ^

modules/core/src/tools/file/vpIoTools_npy.cpp:808:10: warning: variable 'sub_idx' set but not used [-Wunused-but-set-variable]
  808 |   size_t sub_idx = 0;
      |          ^
@fspindle fspindle merged commit 7d3b9bc into lagadic:master Dec 7, 2025
25 of 26 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.

1 participant