]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - berkeley/lpq.c
Fix compiler warning from newer GCC (Issue #5533)
[thirdparty/cups.git] / berkeley / lpq.c
index f01168ca5b7c29b0baeb7bcd9fdfc5ccb1666561..9e30506802d9055ae62bb4ab613614ff094504f4 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * "lpq" command for CUPS.
  *
- * Copyright 2007-2016 by Apple Inc.
+ * Copyright 2007-2018 by Apple Inc.
  * Copyright 1997-2006 by Easy Software Products.
  *
  * These coded instructions, statements, and computer programs are the
  * property of Apple Inc. and are protected by Federal copyright
  * law.  Distribution and use rights are outlined in the file "LICENSE.txt"
  * which should have been included with this file.  If this file is
- * file is missing or damaged, see the license at "http://www.cups.org/".
+ * missing or damaged, see the license at "http://www.cups.org/".
  */
 
 /*
@@ -26,7 +26,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;
 
 
 /*