File openbox-3.6.1-return.patch of Package openbox
--- openbox-3.6.1/openbox/mouse.c 2014-11-05 16:19:42.000000000 +0100
+++ openbox-3.6.1-new/openbox/mouse.c 2015-07-30 21:50:01.170367292 +0200
@@ -174,6 +174,7 @@
case OB_MOUSE_ACTION_MOTION: return OB_USER_ACTION_MOUSE_MOTION;
default:
g_assert_not_reached();
+ return OB_USER_ACTION_NONE;
}
}
--- openbox-3.6.1/openbox/actions/if.c 2014-11-05 16:19:42.000000000 +0100
+++ openbox-3.6.1-new/openbox/actions/if.c 2015-07-30 21:46:10.810359664 +0200
@@ -168,6 +168,7 @@
return TRUE;
}
g_assert_not_reached();
+ return OB_USER_ACTION_NONE;
}
static void setup_query(Options* o, xmlNodePtr node, QueryTarget target) {