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

Do not use empty function declarations #21

Merged
merged 2 commits into from
Sep 28, 2023
Merged

Do not use empty function declarations #21

merged 2 commits into from
Sep 28, 2023

Conversation

tezc
Copy link
Collaborator

@tezc tezc commented Sep 20, 2023

New C standard won't allow empty declarations. Looks like clang-15 already warns about that.
This PR fixes the warnings.

@tezc tezc requested a review from moticless September 20, 2023 07:19
.github/workflows/ci.yml Outdated Show resolved Hide resolved
@tezc tezc changed the title Use clang-15 for CI build Do not use empty function declarations Sep 28, 2023
@tezc tezc merged commit 05be44d into redis:main Sep 28, 2023
2 checks passed
@tezc tezc deleted the clang-15 branch September 28, 2023 07:20
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