We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c390e commit 305567cCopy full SHA for 305567c
ChangeLog
@@ -1,3 +1,7 @@
1
+2019-11-25 Dirk Eddelbuettel <edd@debian.org>
2
+
3
+ * inst/tinytest/cpp/Vector.cpp (no_op): Suppress compiler warning
4
5
2019-11-24 Dirk Eddelbuettel <edd@debian.org>
6
7
* DESCRIPTION (Suggests): Add tinytest, remove RUnit
inst/tinytest/cpp/Vector.cpp
@@ -805,7 +805,7 @@ LogicalVector logical_vector_from_bool_assign() {
805
806
// [[Rcpp::export]]
807
void no_op(int major) {
808
- int minor = 1;
+ //int minor = 1;
809
}
810
811
0 commit comments