Enable missing declarations warning
[alexxy/gromacs.git] / src / gromacs / gmxpreprocess / toppush.cpp
index 97d45b1dcf10e0694b74e573e92975f958091bc7..2abdf809033d32e0c0538199981f9aac6b6158bd 100644 (file)
@@ -1344,7 +1344,7 @@ static void push_atom_now(t_symtab *symtab, t_atoms *at, int atomnr,
     at->nr++;
 }
 
-void push_cg(t_block *block, int *lastindex, int index, int a)
+static void push_cg(t_block *block, int *lastindex, int index, int a)
 {
     if (debug)
     {