Skip to content

Commit 305567c

Browse files
committed
avoid one trivial compiler warning
1 parent 37c390e commit 305567c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2019-11-25 Dirk Eddelbuettel <[email protected]>
2+
3+
* inst/tinytest/cpp/Vector.cpp (no_op): Suppress compiler warning
4+
15
2019-11-24 Dirk Eddelbuettel <[email protected]>
26

37
* DESCRIPTION (Suggests): Add tinytest, remove RUnit

inst/tinytest/cpp/Vector.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ LogicalVector logical_vector_from_bool_assign() {
805805

806806
// [[Rcpp::export]]
807807
void no_op(int major) {
808-
int minor = 1;
808+
//int minor = 1;
809809
}
810810

811811
// [[Rcpp::export]]

0 commit comments

Comments
 (0)