Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings and android issues #2243

Merged
merged 5 commits into from
Sep 4, 2024

Conversation

DreamNik
Copy link
Contributor

@DreamNik DreamNik commented Sep 3, 2024

Here's fixes for building for Android platform:

  1. Fix compilation errors and warnings.
  2. Changes related to building for Android using clang, Qt6 and fresh 3rdparty libraries, but could be useful when building in other environments too.
  3. Fix plugin loading on android.

@DreamNik DreamNik force-pushed the fix_warnings_and_android_issues branch 3 times, most recently from bd96e0f to abe8a29 Compare September 3, 2024 20:35
@DreamNik DreamNik force-pushed the fix_warnings_and_android_issues branch from abe8a29 to b0e9193 Compare September 3, 2024 20:46
Copy link

sonarcloud bot commented Sep 3, 2024

@f4exb f4exb merged commit fe1fe84 into f4exb:master Sep 4, 2024
4 checks passed
@f4exb
Copy link
Owner

f4exb commented Sep 4, 2024

Sorry this breaks Metis MISO I am going to revert this PR

@@ -622,8 +622,6 @@ void MetisMISOUDPHandler::processIQBuffer(unsigned char* buffer)
}
}

sampleMic = (int)((signed char) buffer[b++]) << 8;
sampleMic += (int)((unsigned char)buffer[b++]);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a breaking change and I don't see the point of it.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

b is modified and used though.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, you're right! Didn't noticed that.

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.

3 participants