Fix warnings.
authorCarl Hetherington <carl@carlh.net>
Fri, 14 Jan 2011 22:26:45 +0000 (22:26 +0000)
committerCarl Hetherington <carl@carlh.net>
Fri, 14 Jan 2011 22:26:45 +0000 (22:26 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@8511 d708f5d6-7413-0410-9779-e7cbd77b26cf

gtk2_ardour/processor_box.cc

index f64e93b263f18bb3d9b4c7f03cfa50770143c66d..a03b2ccb99b3f5eb44320ac2469d7c016e478bc4 100644 (file)
@@ -195,6 +195,8 @@ ProcessorEntry::setup_visuals ()
                _frame.set_name ("ProcessorFrameActiveSend");
                _event_box.set_state (Gtk::STATE_ACTIVE);
                break;
+       default:
+               break;
        }
 }