Enable missing declarations warning
[alexxy/gromacs.git] / src / programs / mdrun / tests / trajectoryreader.cpp
index 35b2a4e10682fe58924085031490a0c9ff43ed4b..fb237221b4c76cff6c47193859ab4a58e8e616de 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2016, by the GROMACS development team, led by
+ * Copyright (c) 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.
@@ -61,7 +61,7 @@ namespace test
 {
 
 //! Helper function to obtain resources
-t_trxframe *make_trxframe()
+static t_trxframe *make_trxframe()
 {
     t_trxframe *frame;