configure: add '-Wmissing-noreturn' to warning flags
[lttng-tools.git] / src / bin / lttng / lttng.cpp
index 2b169cb0ea52ef0db6902b6555aa9205569c371c..27e332e07b8b1ee57ed5da2979e4c8b6306e146c 100644 (file)
@@ -150,6 +150,7 @@ static void list_options(FILE *ofp)
 /*
  * clean_exit
  */
+__attribute__((noreturn))
 static void clean_exit(int code)
 {
        DBG("Clean exit");
This page took 0.022392 seconds and 4 git commands to generate.