summaryrefslogtreecommitdiff
path: root/cups/file.c
diff options
context:
space:
mode:
authormsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-12-08 19:26:22 +0000
committermsweet <msweet@a1ca3aef-8c08-0410-bb20-df032aa958be>2014-12-08 19:26:22 +0000
commit8d5b58f6328b1b1227d8ce8dddd47bfb07c34048 (patch)
treecf781182ac26f493527d77afd5fca76112d3d0bf /cups/file.c
parent56138cae8a450dba961b759d4945ad7638708110 (diff)
downloadcups-8d5b58f6328b1b1227d8ce8dddd47bfb07c34048.tar.gz
Workaround stupid GCC bug.
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@12296 a1ca3aef-8c08-0410-bb20-df032aa958be
Diffstat (limited to 'cups/file.c')
-rw-r--r--cups/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cups/file.c b/cups/file.c
index a96ef564b..b55010fec 100644
--- a/cups/file.c
+++ b/cups/file.c
@@ -288,6 +288,7 @@ _cupsFileCheckFilter(
switch (result)
{
+ default :
case _CUPS_FILE_CHECK_OK :
prefix = "DEBUG2";
break;