]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Add _CUPS_NORETURN to missing functions 235/head
authorAlfonso Gregory <83477269+AtariDreams@users.noreply.github.com>
Mon, 30 Aug 2021 21:48:43 +0000 (17:48 -0400)
committerAlfonso Gregory <83477269+AtariDreams@users.noreply.github.com>
Fri, 3 Sep 2021 13:49:57 +0000 (09:49 -0400)
cups/tlscheck.c
ppdc/ppdc.cxx
ppdc/ppdhtml.cxx
ppdc/ppdi.cxx
ppdc/ppdmerge.cxx
ppdc/ppdpo.cxx

index 2b82ae1bbcd366f834c94be693fa754415ad670e..a60797d4301dc52b443534fb193fd17310786b89 100644 (file)
@@ -24,7 +24,7 @@ int main(void) { puts("Sorry, no TLS support compiled in."); return (1); }
  * Local functions...
  */
 
-static void    usage(void);
+static void    usage(void) _CUPS_NORETURN;
 
 
 /*
index 5411b5e376fab661a366623ce456fb4a74d51750..304649174a8b60b7693655f7a4b8fbb7e6300ae8 100644 (file)
@@ -21,7 +21,7 @@
 // Local functions...
 //
 
-static void    usage(void);
+static void    usage(void) _CUPS_NORETURN;
 
 
 //
index 506e6616620ba08be8458e54983049adc58b8f03..75636a9447bbc9e0d38fb809c048328184f02a36 100644 (file)
@@ -20,7 +20,7 @@
 // Local functions...
 //
 
-static void    usage(void);
+static void    usage(void) _CUPS_NORETURN;
 
 
 //
index e5bb0469aaa82fd8d7eabaad8c872184c5ab82b1..a2f9648f28f7a0190adeb7120f508c46099c37f7 100644 (file)
@@ -21,7 +21,7 @@
 // Local functions...
 //
 
-static void    usage(void);
+static void    usage(void) _CUPS_NORETURN;
 
 
 //
index 94d67ff839a34e38b102f175f34e0dc533193505..1ab804399d6cf2eda53cc6971dfb2fa6488f6e28 100644 (file)
@@ -22,7 +22,7 @@
 //
 
 static const char      *ppd_locale(ppd_file_t *ppd);
-static void            usage(void);
+static void            usage(void) _CUPS_NORETURN;
 
 
 //
index 244aaf186c7511cd27277e272c3996faaeba1ac4..498b34e3d7f0d3c7ab4d3ac67c921f8cd99aa796 100644 (file)
@@ -21,7 +21,7 @@
 //
 
 static void    add_ui_strings(ppdcDriver *d, ppdcCatalog *catalog);
-static void    usage(void);
+static void    usage(void) _CUPS_NORETURN;
 
 
 //