Enable more warnings for Clang 6
[alexxy/gromacs.git] / src / gromacs / gmxlib / network.h
index e690525d68760ecfab263fc68b236b3e1f45c178..c668c37d17b013590a3309e6f2d16bca456a5ea6 100644 (file)
@@ -116,7 +116,7 @@ const char *opt2fn_master(const char *opt, int nfile,
 /* Return the filename belonging to cmd-line option opt, or NULL when
  * no such option or not running on master */
 
-void
+[[ noreturn ]] void
 gmx_fatal_collective(int f_errno, const char *file, int line,
                      MPI_Comm comm, gmx_bool bMaster,
                      const char *fmt, ...);