Fix GCC 4.8 warnings
[alexxy/gromacs.git] / src / gromacs / utility / fatalerror.cpp
index 7ca511886b10c5ad6e38c39e3d42fffe173c1f42..a14a2a18337db775b2c4383f5fe1377a874c7590 100644 (file)
@@ -190,7 +190,7 @@ static void call_error_handler(const char *key, const char *file, int line, cons
     gmx_error_handler(buf);
 }
 
-static void do_exit(bool bMaster, bool bFinalize)
+GMX_ATTRIBUTE_NORETURN static void do_exit(bool bMaster, bool bFinalize)
 {
     if (debug)
     {