Apply clang-11 fixes for fileio
[alexxy/gromacs.git] / src / gromacs / fileio / warninp.cpp
index cee3526950991014152ba303697b0dec4030fc34..43d481eac258a0b07ff5b375cbe3588a1da800ec 100644 (file)
@@ -4,7 +4,7 @@
  * Copyright (c) 1991-2000, University of Groningen, The Netherlands.
  * Copyright (c) 2001-2004, The GROMACS development team.
  * Copyright (c) 2013,2014,2015,2016,2017 by the GROMACS development team.
- * Copyright (c) 2018,2019,2020, by the GROMACS development team, led by
+ * Copyright (c) 2018,2019,2020,2021, 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.
@@ -249,7 +249,7 @@ void free_warning(warninp_t wi)
     delete wi;
 }
 
-void _too_few(warninp_t wi, const char* fn, int line)
+void too_few_function(warninp_t wi, const char* fn, int line)
 {
     char buf[STRLEN];
 
@@ -257,7 +257,7 @@ void _too_few(warninp_t wi, const char* fn, int line)
     warning(wi, buf);
 }
 
-void _incorrect_n_param(warninp_t wi, const char* fn, int line)
+void incorrect_n_param_function(warninp_t wi, const char* fn, int line)
 {
     char buf[STRLEN];