Fix some warnings.

git-svn-id: svn://localhost/ardour2/branches/3.0@12048 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-04-20 23:34:15 +00:00
parent 9cc110f111
commit 9befa88deb
6 changed files with 15 additions and 8 deletions

View file

@ -422,9 +422,9 @@ ControlList::thin ()
{
Glib::Mutex::Lock lm (_lock);
ControlEvent* prevprev;
ControlEvent* cur;
ControlEvent* prev;
ControlEvent* prevprev = 0;
ControlEvent* cur = 0;
ControlEvent* prev = 0;
iterator pprev;
int counter = 0;