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

In C function declarations, use void #172

Merged
merged 3 commits into from
Apr 21, 2023
Merged

In C function declarations, use void #172

merged 3 commits into from
Apr 21, 2023

Conversation

wch
Copy link
Member

@wch wch commented Apr 21, 2023

This fixes some warnings on R 4.3.0:

checking whether package ‘later’ can be installed ... WARNING
Found the following significant warnings:
  init.c:12:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  init.c:18:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  init.c:24:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  init.c:27:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
  init.c:51:1: warning: function declaration isn’t a prototype [-Wstrict-prototypes]
See https://www.r-project.org/nosvn/R.check/r-patched-linux-x86_64/later-00install.html for details.

@wch wch force-pushed the prototype-void branch from 91c6883 to 57d9cb5 Compare April 21, 2023 16:15
@wch wch merged commit 97ffcf6 into main Apr 21, 2023
@wch wch deleted the prototype-void branch April 21, 2023 16:32
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.

1 participant