]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - backend/testbackend.c
Replace the rest of the uses of __attribute__ that need to be portable (Issue #5349)
[thirdparty/cups.git] / backend / testbackend.c
index b8dbe3bd1ebcff2788bb2431f5451e729bbb440c..6dbd0abee691651678b3ca330e9cddec835a3c1f 100644 (file)
@@ -33,7 +33,7 @@ static int    job_canceled = 0;
  */
 
 static void    sigterm_handler(int sig);
-static void    usage(void) __attribute__((noreturn));
+static void    usage(void) _CUPS_NORETURN;
 static void    walk_cb(const char *oid, const char *data, int datalen,
                        void *context);