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

LTO issue #146

Closed
jimhester opened this issue Aug 26, 2019 · 0 comments
Closed

LTO issue #146

jimhester opened this issue Aug 26, 2019 · 0 comments

Comments

@jimhester
Copy link
Collaborator

https://www.stats.ox.ac.uk/pub/bdr/LTO/glue.out

init.c:7:13: warning: type of ‘glue_’ does not match original declaration [-Wlto-type-mismatch]
    7 | extern SEXP glue_(SEXP, SEXP);
      |             ^
glue.c:22:6: note: type mismatch in parameter 3
   22 | SEXP glue_(SEXP x, SEXP f, SEXP open_arg, SEXP close_arg) {
      |      ^
glue.c:22:6: note: type ‘struct SEXPREC *’ should match type ‘void’
glue.c:22:6: note: ‘glue_’ was previously declared here
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

No branches or pull requests

1 participant