File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ namespace internal{
5151 template <> inline bool is__simple<CharacterMatrix>(SEXP x) {
5252 return TYPEOF (x) == STRSXP && is_matrix (x);
5353 }
54- template <> inline bool is__simple<RObject>( SEXP x ) {
54+ template <> inline bool is__simple<RObject>(SEXP) {
5555 return true ;
5656 }
5757 template <> inline bool is__simple<IntegerVector>( SEXP x ){
Original file line number Diff line number Diff line change @@ -46,8 +46,8 @@ namespace Rcpp{
4646 }
4747
4848 template <>
49- inline bool is_finite<STRSXP>(SEXP x ) {
50- return false ; // see rcpp-devel on 2013-10-02; was: x != NA_STRING;
49+ inline bool is_finite<STRSXP>(SEXP) {
50+ return false ; // see rcpp-devel on 2013-10-02; was: x != NA_STRING;
5151 }
5252
5353 template <>
You can’t perform that action at this time.
0 commit comments