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 prototypes issue with getcccallable #157

Closed
paleolimbot opened this issue Oct 5, 2022 · 0 comments · Fixed by #158
Closed

Fix prototypes issue with getcccallable #157

paleolimbot opened this issue Oct 5, 2022 · 0 comments · Fixed by #158

Comments

@paleolimbot
Copy link
Owner

From CRAN:

In each line, the packages to the right of the colon import headers fron
the one on the left with some 'prototypes' fn () .  Compiling using

-Wstrict-prototypes

in CFLAGS (with gcc or clang < 15: this is implied by -pedantic in clang
15) shows warnings that are starting to show up on the CRAN results
pages, and will be used for CRAN incoming checks.

Some of these seem intended to be a function with no arguments, for
which the prototype is fn (void) .  But for others, consistency checks
are being circumvented by not using a full prototype.  In packages not
reported here these have shown up several bugs already ....

Please correct (in the packages before the colon) before 2022-11-04.
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 a pull request may close this issue.

1 participant