Romain François created ARROW-5006: --------------------------------------
Summary: [R] parquet.cpp does not include enough Rcpp Key: ARROW-5006 URL: https://issues.apache.org/jira/browse/ARROW-5006 Project: Apache Arrow Issue Type: Improvement Components: R Reporter: Romain François Getting this error when compiling parquet.cpp with `-Wall` : {quote}/Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include/Rcpp/protection/Armor.h:38:23: warning: inline function 'Rcpp::Armor<SEXPREC *>::operator=<SEXPREC *>' is not defined [-Wundefined-inline] inline Armor& operator=( const U& x ) ; ^ /Library/Frameworks/R.framework/Versions/3.5/Resources/library/Rcpp/include/Rcpp/r_cast.h:34:21: note: used here res = Rcpp_fast_eval(Rf_lang2(funSym, x), R_GlobalEnv); ^ {quote} -- This message was sent by Atlassian JIRA (v7.6.3#76005)