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

Resolve build warnings #1719

Merged
merged 4 commits into from
Jan 14, 2024
Merged

Resolve build warnings #1719

merged 4 commits into from
Jan 14, 2024

Conversation

Eitot
Copy link
Contributor

@Eitot Eitot commented Jan 13, 2024

No description provided.

`CLANG_WARN_UNREACHABLE_CODE` with value `YES_AGGRESSIVE` enables `-Wunreachable-code-break` and `-Wunreachable-code-return`.

`-Wmethod-signatures` ensures that a method definition matches its declaration.

`-Woverriding-method-mismatch` ensures that a method override matches the signature of the function that is overridden.
@barijaona barijaona merged commit a0f5cb2 into ViennaRSS:master Jan 14, 2024
1 check passed
@Eitot Eitot deleted the feature/warnings branch January 14, 2024 09:49
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