[mlpack-git] master: Comment out unused member. (dc49c0e)

gitdub at big.cc.gt.atl.ga.us gitdub at big.cc.gt.atl.ga.us
Fri Jul 10 18:59:49 EDT 2015


Repository : https://github.com/mlpack/mlpack

On branch  : master
Link       : https://github.com/mlpack/mlpack/compare/4a97187bbba7ce8a6191b714949dd818ef0f37d2...e5905e62c15d1bcff21e6359b11efcd7ab6d7ca0

>---------------------------------------------------------------

commit dc49c0e8a69ac9e456ccba697aa26503d7f866bb
Author: ryan <ryan at ratml.org>
Date:   Tue Apr 21 11:05:05 2015 -0400

    Comment out unused member.


>---------------------------------------------------------------

dc49c0e8a69ac9e456ccba697aa26503d7f866bb
 src/mlpack/core/data/serialization_shim.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/mlpack/core/data/serialization_shim.hpp b/src/mlpack/core/data/serialization_shim.hpp
index 56c0e24..0633306 100644
--- a/src/mlpack/core/data/serialization_shim.hpp
+++ b/src/mlpack/core/data/serialization_shim.hpp
@@ -274,7 +274,7 @@ struct SecondArrayShim
 
   //! A wrapper for Serialize() for each element.
   template<typename Archive>
-  void serialize(Archive& ar, const unsigned int version)
+  void serialize(Archive& ar, const unsigned int /* version */)
   {
     // Serialize each element, using the shims we already have.
     for (size_t i = 0; i < len; ++i)



More information about the mlpack-git mailing list