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

Fix: function signature #1405

Merged
merged 1 commit into from
May 2, 2023
Merged

Fix: function signature #1405

merged 1 commit into from
May 2, 2023

Conversation

jjnicola
Copy link
Member

@jjnicola jjnicola commented May 2, 2023

What:
FIX: function signature
close #1403
jira: SC-813

Why:
error: a function declaration without a prototype is deprecated in all versions of C

How:

Checklist:

  • Tests
  • PR merge commit message adjusted

@jjnicola jjnicola requested a review from a team as a code owner May 2, 2023 07:30
@jjnicola jjnicola enabled auto-merge (rebase) May 2, 2023 07:32
@jjnicola jjnicola changed the title FIX: function signature Fix: function signature May 2, 2023
error: a function declaration without a prototype is deprecated in all versions of C
@jjnicola jjnicola merged commit 49be12a into main May 2, 2023
26 of 27 checks passed
@jjnicola jjnicola deleted the void-fix branch May 2, 2023 08:56
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.

openvas fails to compile on clang 15+
3 participants