gromacs cpp: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / gromacs / options / optionstoragetemplate.h
index 467a20f71e08c59de3cda05d61db039f578f81db..02187c14dd4f0f285df8da8c75ff327a95d5f328 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2010,2011,2012, by the GROMACS development team, led by
+ * Copyright (c) 2010,2011,2012,2013, by the GROMACS development team, led by
  * David van der Spoel, Berk Hess, Erik Lindahl, and including many
  * others, as listed in the AUTHORS file in the top-level source
  * directory and at http://www.gromacs.org.
@@ -48,6 +48,7 @@
 
 #include <boost/scoped_ptr.hpp>
 
+#include "../utility/common.h"
 #include "../utility/exceptions.h"
 #include "../utility/gmxassert.h"
 
@@ -146,6 +147,7 @@ class OptionStorageTemplate : public AbstractOptionStorage
          */
         virtual void processSetValues(ValueList *values)
         {
+            GMX_UNUSED_VALUE(values);
         }
         /*! \copydoc gmx::AbstractOptionStorage::processSet()
          *