You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As of curl 4.0 we do stricter type checking based on typecheck-gcc.h. Unfortunately it looks like these macros were incomplete in old versions of libcurl.
This is particularly a problem on travis which still defaults to Ubuntu 14.04 which has libcurl 7.35.0. But also the CRAN mac builder runs El-Capitain which targets libcurl 7.43.0.
As a solution maybe we should only use strict type checking on recent enough versions of libcurl.
The text was updated successfully, but these errors were encountered:
As of curl 4.0 we do stricter type checking based on typecheck-gcc.h. Unfortunately it looks like these macros were incomplete in old versions of libcurl.
This is particularly a problem on travis which still defaults to Ubuntu 14.04 which has libcurl 7.35.0. But also the CRAN mac builder runs El-Capitain which targets libcurl 7.43.0.
As a solution maybe we should only use strict type checking on recent enough versions of libcurl.
The text was updated successfully, but these errors were encountered: