Enable missing declarations warning
[alexxy/gromacs.git] / src / testutils / refdata-checkers.h
index ca933a5a82d03b1344af645cd747b8be3bf6b35c..9a5c4fd0a4ae145532b1beb1db5ae5f0cca3949a 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2015,2016, by the GROMACS development team, led by
+ * Copyright (c) 2015,2016,2017, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -146,7 +146,7 @@ class ExactStringBlockChecker : public IReferenceDataEntryChecker
 
 
 //! Helper function to parse a floating-point reference data value.
-double convertDoubleReferenceValue(const std::string &value)
+static inline double convertDoubleReferenceValue(const std::string &value)
 {
     try
     {