Skip to content

Commit 2f9e391

Browse files
committed
one more update to ChangeLog and NEWS [ci skip]
1 parent e852135 commit 2f9e391

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@
55

66
* inst/include/Rcpp/DataFrame.h: Explicitly call parent constructor
77

8+
* inst/include/Rcpp/sugar/functions/rep.h: Remove variable name in
9+
function declaration to suppress unused argument warning
10+
* src/Rcpp_init.cpp: Ditto
11+
* src/attributes.cpp: Ditto
12+
813
2017-04-11 Dirk Eddelbuettel <edd@debian.org>
914

1015
* inst/inst/unitTests/testRcppClass/src/init.c (R_init_testRcppClass): Call

inst/NEWS.Rd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
\item Rcpp::exceptions can now be constructed without a call stack (Jim
1111
Hester in \ghpr{663} addressing \ghit{664}).
1212
\item Somewhat spurious compiler messages under very verbose settings are
13-
now suppressed (Kirill Mueller in \ghpr{670} and \ghpr{671}).
13+
now suppressed (Kirill Mueller in \ghpr{670}, \ghpr{671} and \ghpr{672}).
1414
}
1515
\item Changes in Rcpp Documentation:
1616
\itemize{

0 commit comments

Comments
 (0)