[mlpack-svn] r11149 - mlpack/trunk/src/mlpack/core/util

fastlab-svn at coffeetalk-1.cc.gatech.edu fastlab-svn at coffeetalk-1.cc.gatech.edu
Wed Jan 18 17:12:40 EST 2012


Author: jcline3
Date: 2012-01-18 17:12:40 -0500 (Wed, 18 Jan 2012)
New Revision: 11149

Modified:
   mlpack/trunk/src/mlpack/core/util/log.cpp
Log:
Another -Wunused-parameter fix


Modified: mlpack/trunk/src/mlpack/core/util/log.cpp
===================================================================
--- mlpack/trunk/src/mlpack/core/util/log.cpp	2012-01-18 21:36:05 UTC (rev 11148)
+++ mlpack/trunk/src/mlpack/core/util/log.cpp	2012-01-18 22:12:40 UTC (rev 11149)
@@ -111,6 +111,6 @@
   }
 }
 #else
-void Log::Assert(bool condition, const char* message)
+void Log::Assert(bool /* condition */, const char* /* message */)
 { }
 #endif




More information about the mlpack-svn mailing list