Describe the bug
Codacy complains that the following variable is not used (and I don't see that this is false):
|
QString latencyMode = ( stream->getPerformanceMode() == oboe::PerformanceMode::None ? "None" : "Power Saving" ); |
Also this warning:

I assume this is a false positive?
To Reproduce
See https://app.codacy.com/gh/ann0see/jamulus/file/68862695471/issues/source?bid=21822857&fileBranchId=21822857
Expected behavior
No Codacy warnings
Screenshots
See above
Operating system
Android
Version of Jamulus
Latest
Additional context
@j-santander @sthenos could you please have a look at these warnings too?
Describe the bug
Codacy complains that the following variable is not used (and I don't see that this is false):
jamulus/android/sound.cpp
Line 150 in a9deb22
Also this warning:

I assume this is a false positive?
To Reproduce
See https://app.codacy.com/gh/ann0see/jamulus/file/68862695471/issues/source?bid=21822857&fileBranchId=21822857
Expected behavior
No Codacy warnings
Screenshots
See above
Operating system
Android
Version of Jamulus
Latest
Additional context
@j-santander @sthenos could you please have a look at these warnings too?