Merge release-4-5-patches into release-4-6
[alexxy/gromacs.git] / src / gmxlib / mshift.c
index 091a4a5ab6d5a329e98a6b3b2a524b1dbdfe79dd..0aae993a3275e6e38e26f3434223c93e6f1ff150 100644 (file)
@@ -129,7 +129,7 @@ static void mk_igraph(t_graph *g,int ftype,t_ilist *il,
   }
 }
 
-static void g_error(int line,const char *file)
+GMX_ATTRIBUTE_NORETURN static void g_error(int line,const char *file) 
 {
   gmx_fatal(FARGS,"Tring to print non existant graph (file %s, line %d)",
              file,line);