Skip to content

Draft: Guard disabling of warnings with !defined(EIGEN_DONT_DISABLE_WARNINGS)

Antonio Sánchez requested to merge cantonios/eigen:warnings into master

It seems CRAN approvers don't like warnings to be disabled. Defining EIGEN_DONT_DISABLE_WARNINGS will prevent Eigen from using pragmas to explicitly disable warnings - likely at the cost of flooding the build log.

See #2196 (closed)

Edited by Antonio Sánchez

Merge request reports