clients/playrtp.c: Don't crash if an interface has a null address.
[disorder] / server / normalize.c
index 0f97a2f..6875094 100644 (file)
@@ -40,7 +40,7 @@ static const struct option options[] = {
 };
 
 /* display usage message and terminate */
-static void help(void) {
+static void attribute((noreturn)) help(void) {
   xprintf("Usage:\n"
          "  disorder-normalize [OPTIONS]\n"
          "Options:\n"