summaryrefslogtreecommitdiff
path: root/scheduler/testspeed.c
diff options
context:
space:
mode:
authorMichael R Sweet <michael.r.sweet@gmail.com>2018-07-09 13:42:25 -0400
committerMichael R Sweet <michael.r.sweet@gmail.com>2018-07-09 13:42:25 -0400
commita32af27c4c7ef29221d0764a251ff85244c20c64 (patch)
treebefabaf68d828301ff2dd01eb2604f66cc92cf93 /scheduler/testspeed.c
parentbe3b49a3f9b9daf673860788780ec92f04c35d12 (diff)
downloadcups-a32af27c4c7ef29221d0764a251ff85244c20c64.tar.gz
Replace the rest of the uses of __attribute__ that need to be portable (Issue #5349)
Diffstat (limited to 'scheduler/testspeed.c')
-rw-r--r--scheduler/testspeed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheduler/testspeed.c b/scheduler/testspeed.c
index 0aa36e9d9..7cd875c97 100644
--- a/scheduler/testspeed.c
+++ b/scheduler/testspeed.c
@@ -27,7 +27,7 @@
static int do_test(const char *server, int port,
http_encryption_t encryption, int requests,
const char *opstring, int verbose);
-static void usage(void) __attribute__((noreturn));
+static void usage(void) _CUPS_NORETURN;
/*