summaryrefslogtreecommitdiff
path: root/scheduler/testspeed.c
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
committerDidier Raboud <odyx@debian.org>2012-10-25 21:07:57 +0200
commit81ab83f382660bc7980ae954725c4ebf28764b03 (patch)
tree523268f698a63a8fd44f3491d94d140266b2403b /scheduler/testspeed.c
parenta75966e33dbc3e3e096338fd332f515cb313b58a (diff)
downloadcups-upstream/1.6.0.tar.gz
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'scheduler/testspeed.c')
-rw-r--r--scheduler/testspeed.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/scheduler/testspeed.c b/scheduler/testspeed.c
index 1fe0a330..2b449764 100644
--- a/scheduler/testspeed.c
+++ b/scheduler/testspeed.c
@@ -1,5 +1,5 @@
/*
- * "$Id: testspeed.c 9042 2010-03-24 00:45:34Z mike $"
+ * "$Id: testspeed.c 9950 2011-09-01 23:02:24Z mike $"
*
* Scheduler speed test for CUPS.
*
@@ -40,7 +40,7 @@
static int do_test(const char *server, int port,
http_encryption_t encryption, int requests,
int verbose);
-static void usage(void);
+static void usage(void) __attribute__((noreturn));
/*
@@ -361,5 +361,5 @@ usage(void)
/*
- * End of "$Id: testspeed.c 9042 2010-03-24 00:45:34Z mike $".
+ * End of "$Id: testspeed.c 9950 2011-09-01 23:02:24Z mike $".
*/