fixes for 98% of all the warnings/errors reported by OS X gcc on tiger

git-svn-id: svn://localhost/ardour2/branches/3.0@10179 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-09-30 17:55:14 +00:00
parent 15e390ebe5
commit 0938a42440
100 changed files with 239 additions and 224 deletions

View file

@ -388,7 +388,7 @@ MidiRegionView::enter_notify (GdkEventCrossing* ev)
}
bool
MidiRegionView::leave_notify (GdkEventCrossing* ev)
MidiRegionView::leave_notify (GdkEventCrossing*)
{
_mouse_mode_connection.disconnect ();
@ -850,7 +850,7 @@ void
MidiRegionView::channel_edit ()
{
bool first = true;
uint8_t current_channel;
uint8_t current_channel = 0;
if (_selection.empty()) {
return;