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

Gcc 8 warning #841

Closed
jeroen opened this issue Mar 31, 2018 · 1 comment
Closed

Gcc 8 warning #841

jeroen opened this issue Mar 31, 2018 · 1 comment

Comments

@jeroen
Copy link
Contributor

jeroen commented Mar 31, 2018

C:/gcc8/mingw64/bin/g++  -I"C:/PROGRA~1/R/R-devel/include" -DNDEBUG -I../inst/include/         -O2 -Wall  -mtune=generic -c Date.cpp -o Date.o
In file included from ../inst/include/RcppCommon.h:76,
                 from ../inst/include/Rcpp.h:27,
                 from Date.cpp:31:
../inst/include/Rcpp/sprintf.h: In function 'std::__cxx11::string Rcpp::sprintf(const char*, ...)':
../inst/include/Rcpp/sprintf.h:30:12: warning: unnecessary parentheses in declaration of 'ap' [-Wparentheses]
     va_list(ap);
            ^
@eddelbuettel
Copy link
Member

Thanks, will take a look.

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

2 participants