chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Mark `help' and `version' functions as not returning.
[disorder]
/
clients
/
resample.c
diff --git
a/clients/resample.c
b/clients/resample.c
index 6291c8336decc2798fd23e8b6a2b3c2cabcc28f7..f02cde71776ef761f7a1b2587dd58df7391acab3 100644
(file)
--- a/
clients/resample.c
+++ b/
clients/resample.c
@@
-59,7
+59,7
@@
static const struct option options[] = {
};
/* display usage message and terminate */
};
/* 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"
xprintf("Usage:\n"
" resample [OPTIONS] < INPUT > OUTPUT\n"
"Options:\n"