gromacs cpp: clean up -Wunused-parameter warnings
[alexxy/gromacs.git] / src / gromacs / onlinehelp / helptopic.cpp
index f377dda1641dc327b45ac9ea196289e22657da13..5c4e0213abd3e9a446c828b67d7594bbbb4806a2 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2012, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -78,7 +78,7 @@ bool AbstractSimpleHelpTopic::hasSubTopics() const
 }
 
 const HelpTopicInterface *
-AbstractSimpleHelpTopic::findSubTopic(const char *name) const
+AbstractSimpleHelpTopic::findSubTopic(const char * /* name */) const
 {
     return NULL;
 }