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

add void to log_ident_revert_to_default declaration #930

Merged
merged 1 commit into from
Oct 30, 2023

Conversation

sthen
Copy link
Contributor

@sthen sthen commented Sep 5, 2023

Avoid warning from LLVM 16:

util_log.c:190:33: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] void log_ident_revert_to_default()
^
void

Avoid warning from LLVM 16:

util_log.c:190:33: warning: a function declaration without a prototype is deprecated in all versions of C             
[-Wstrict-prototypes]                                                                                                 
void log_ident_revert_to_default()                                                                                    
                                ^                                                                                     
                                 void
@gthess gthess merged commit ccdf29a into NLnetLabs:master Oct 30, 2023
1 check passed
@gthess
Copy link
Member

gthess commented Oct 30, 2023

Thanks!

gthess added a commit that referenced this pull request Oct 30, 2023
- Merge #930 from Stuart Henderson: add void to
  log_ident_revert_to_default declaration.
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.

None yet

2 participants