fix assigned but unused variable warnings
With Clang 14 on macOS 13.3 and Xcode 14.3 we get several warning about variables assigned but not used. In some cases the value is used only if some debug output is enabled.
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
With Clang 14 on macOS 13.3 and Xcode 14.3 we get several warning about variables assigned but not used. In some cases the value is used only if some debug output is enabled.
When this merge request is accepted, this issue will be closed automatically.
created merge request !611 (merged) to address this issue
mentioned in merge request !611 (merged)
closed with merge request !611 (merged)