]> git.ipfire.org Git - thirdparty/cups.git/blobdiff - scheduler/cups-exec.c
Replace the rest of the uses of __attribute__ that need to be portable (Issue #5349)
[thirdparty/cups.git] / scheduler / cups-exec.c
index abda0d5973ede28509142ed8a1eaa8653971f4fd..674de0a3a7e4f35e3866e79f7e074cac1b1f4b9a 100644 (file)
@@ -33,7 +33,7 @@
  * Local functions...
  */
 
-static void    usage(void) __attribute__((noreturn));
+static void    usage(void) _CUPS_NORETURN;
 
 
 /*