Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clang warning: -Wunused-but-set-variable
apps/openmw/mwmechanics/spellcasting.cpp:45:13: warning: variable 'index' set but not used [-Wunused-but-set-variable] 45 | int index = -1; | ^
- Loading branch information