chiark / gitweb /
Mark `help' and `version' functions as not returning.
[disorder] / clients / resample.c
index 6291c8336decc2798fd23e8b6a2b3c2cabcc28f7..f02cde71776ef761f7a1b2587dd58df7391acab3 100644 (file)
@@ -59,7 +59,7 @@ static const struct option options[] = {
 };
 
 /* display usage message and terminate */
-static void help(void) {
+static void attribute((noreturn)) help(void) {
   xprintf("Usage:\n"
          "  resample [OPTIONS] < INPUT > OUTPUT\n"
          "Options:\n"