Skip to content
Prev 9620 / 12125 Next

[R-pkg-devel] Warning: a function declaration without a prototype is deprecated in all versions of C

Dear Colleagues,


I've encountered a warning in my package that states:

'warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes].'

This warning originates from one of the libraries I depend on, specifically OpenBLAS. So, I have no control to fix it inside OpenBLAS.

I'm not sure how to resolve this issue.


Best regards,
--Sameh"