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

chore: make CBMC stubs with zero parameters proper declarations #1107

Merged
merged 1 commit into from
Apr 23, 2024

Conversation

tautschnig
Copy link
Contributor

Description of changes:

C uses '(void)' to denote this, not an empty list of parameters. This will avoid spurious warnings about type conflicts against C headers.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

C uses '(void)' to denote this, not an empty list of parameters.
@graebm graebm merged commit 24da21d into awslabs:main Apr 23, 2024
52 checks passed
@tautschnig tautschnig deleted the fix-zero-param-decls branch April 24, 2024 09:11
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