[mlpack-svn] r15037 - mlpack/trunk/src/mlpack/core/tree/cover_tree

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed May 8 17:42:18 EDT 2013


Author: rcurtin
Date: 2013-05-08 17:42:17 -0400 (Wed, 08 May 2013)
New Revision: 15037

Modified:
   mlpack/trunk/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
Log:
Fix warning.


Modified: mlpack/trunk/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp
===================================================================
--- mlpack/trunk/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp	2013-05-08 21:22:42 UTC (rev 15036)
+++ mlpack/trunk/src/mlpack/core/tree/cover_tree/cover_tree_impl.hpp	2013-05-08 21:42:17 UTC (rev 15037)
@@ -375,7 +375,7 @@
 //! point-to-point distance has already been calculated.
 template<typename MetricType, typename RootPointPolicy, typename StatisticType>
 math::Range CoverTree<MetricType, RootPointPolicy, StatisticType>::
-    RangeDistance(const arma::vec& other,
+    RangeDistance(const arma::vec& /* other */,
                   const double distance) const
 {
   return math::Range(distance - furthestDescendantDistance,




More information about the mlpack-svn mailing list