$OpenBSD: patch-src_compton_c,v 1.1.1.1 2014/10/27 11:21:49 sthen Exp $
--- src/compton.c.orig	Mon Oct 21 19:47:01 2013
+++ src/compton.c	Sun Oct 26 00:56:53 2014
@@ -1665,6 +1665,8 @@ win_paint_win(session_t *ps, win *w, XserverRegion reg
             reg_paint, pcache_reg);
         break;
 #endif
+      default:
+	break;
     }
   }
 
@@ -6165,6 +6167,8 @@ init_filters(session_t *ps) {
             return false;
         }
 #endif
+      default:
+	 break;
     }
   }
 
