Skip to content

gcc compiler warning fixes #1977

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

Merged
merged 2 commits into from
Jul 19, 2024

Conversation

BitMaskMixer
Copy link
Contributor

The gcc compiler version 13.2.0 complains about:

  • unused variables in two macros (due to casting to void* instead of void)
  • enum-int-mismatch in a method parameter

This small PR fixes these issues so the build log is warning and error free for gcc - under linux.

@BitMaskMixer BitMaskMixer changed the base branch from master to dev July 16, 2024 18:03
@BitMaskMixer BitMaskMixer changed the title gcc compiler fixes gcc compiler warning fixes Jul 16, 2024
@wtdcode
Copy link
Member

wtdcode commented Jul 19, 2024

This should have been fixed as requested by aquynh. Probably I left our my local changes.

@wtdcode wtdcode merged commit 8e6499f into unicorn-engine:dev Jul 19, 2024
30 of 32 checks passed
@wtdcode
Copy link
Member

wtdcode commented Jul 19, 2024

Thanks!

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.

2 participants