diff options
author | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2012-10-25 21:07:57 +0200 |
commit | 81ab83f382660bc7980ae954725c4ebf28764b03 (patch) | |
tree | 523268f698a63a8fd44f3491d94d140266b2403b /scheduler/cups-exec.c | |
parent | a75966e33dbc3e3e096338fd332f515cb313b58a (diff) | |
download | cups-upstream/1.6.0.tar.gz |
Imported Upstream version 1.6.0upstream/1.6.0
Diffstat (limited to 'scheduler/cups-exec.c')
-rw-r--r-- | scheduler/cups-exec.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/scheduler/cups-exec.c b/scheduler/cups-exec.c index 6918c7f3..d24bdc11 100644 --- a/scheduler/cups-exec.c +++ b/scheduler/cups-exec.c @@ -1,9 +1,9 @@ /* - * "$Id: cups-exec.c 9931 2011-08-29 20:12:39Z mike $" + * "$Id: cups-exec.c 10523 2012-06-20 15:01:07Z mike $" * * Sandbox helper for CUPS. * - * Copyright 2007-2011 by Apple Inc. + * Copyright 2007-2012 by Apple Inc. * * These coded instructions, statements, and computer programs are the * property of Apple Inc. and are protected by Federal copyright @@ -60,6 +60,7 @@ main(int argc, /* I - Number of command-line args */ } #ifdef HAVE_SANDBOX_H +# pragma GCC diagnostic ignored "-Wdeprecated-declarations" /* * Run in a separate security profile... */ @@ -104,5 +105,5 @@ main(int argc, /* I - Number of command-line args */ /* - * End of "$Id: cups-exec.c 9931 2011-08-29 20:12:39Z mike $". + * End of "$Id: cups-exec.c 10523 2012-06-20 15:01:07Z mike $". */ |