ropensci / phylocomr

Phylocom R interface
https://docs.ropensci.org/phylocomr
Other
14 stars 7 forks source link

Fixing warnings related to compiler on cran #36

Closed LunaSare closed 1 year ago

LunaSare commented 1 year ago

Description

Following https://discourse.llvm.org/t/rfc-enabling-wstrict-prototypes-by-default-in-c/60521?page=2, there are new warning when compiling C code on CRAN. Fixing those, following other packages with related issues, e.g. cli

Related Issue

Fix to #33

Tests

Existing tests evaluate if the changes work.