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

Disable maybe-uninitialized warning all together. #2210

Merged
merged 1 commit into from
Nov 30, 2023

Conversation

Rot127
Copy link
Collaborator

@Rot127 Rot127 commented Nov 29, 2023

Disabling maybe-unitialized (which produces false positives) is really annoying if done in code with pragmas.
The option is only supported by a certain subset of gcc versions and all the other compilers throw warnings about an unknown option.

I do not think it is worth it and we should disable it for the whole project.

@Rot127 Rot127 marked this pull request as ready for review November 29, 2023 15:24
@Rot127
Copy link
Collaborator Author

Rot127 commented Nov 29, 2023

@kabeor Might it be possible that you find time soon to look at this? It is the only thing left which keeps us from merging in Rizin. Hence, I would really appreciate it :)

@kabeor
Copy link
Member

kabeor commented Nov 30, 2023

Sure, I think it's make sense. Merged, thx.

@kabeor kabeor merged commit 55818f2 into capstone-engine:next Nov 30, 2023
11 checks passed
@Rot127 Rot127 deleted the maybe-uninitialized branch November 30, 2023 13:31
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