Fix build for external boost 1.56.0
[alexxy/gromacs.git] / src / gromacs / pbcutil / mshift.cpp
index 94dc35bd2b6bbb8d7f9f6c977bda22d5a37242e8..fa47a80e1a19bf4ee2b77073af9216c325f32d91 100644 (file)
@@ -145,7 +145,7 @@ static void mk_igraph(t_graph *g, int ftype, t_ilist *il,
     }
 }
 
-GMX_ATTRIBUTE_NORETURN static void g_error(int line, const char *file)
+gmx_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);