]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lpq.c
Replace the rest of the uses of __attribute__ that need to be portable (Issue #5349)
[thirdparty/cups.git] / berkeley / lpq.c
index eec41dbb6074b110c12aef9377688725b877085f..47220f5d77c2792694b597e52edf8334f4d427ba 100644 (file)
@@ -22,7 +22,7 @@ static http_t *connect_server(const char *, http_t *);
 static int     show_jobs(const char *, http_t *, const char *,
                          const char *, const int, const int);
 static void    show_printer(const char *, http_t *, const char *);
-static void    usage(void) __attribute__((noreturn));
+static void    usage(void) _CUPS_NORETURN;
 
 
 /*