Fix build for external boost 1.56.0
[alexxy/gromacs.git] / src / gromacs / utility / fatalerror.cpp
index 1dd7e79edd4e0649674ed41c958e03e69be64c86..f242e2d4483cd52133a7b552f647b6b067a9bd42 100644 (file)
@@ -206,7 +206,7 @@ static void call_error_handler(const char *key, const char *file, int line, cons
     gmx_error_handler(buf);
 }
 
-GMX_ATTRIBUTE_NORETURN static void do_exit(bool bMaster, bool bFinalize)
+gmx_noreturn static void do_exit(bool bMaster, bool bFinalize)
 {
     if (debug)
     {