Fix some compiler warnings.

git-svn-id: svn://localhost/ardour2/branches/3.0@5746 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-10-06 23:58:29 +00:00
parent aefcce1c99
commit c5e3ff16cb
13 changed files with 113 additions and 13 deletions

View file

@ -342,7 +342,7 @@ PannerUI::setup_pan ()
uint32_t nouts = _panner->nouts();
if (nouts == _current_nouts) {
if (int32_t (nouts) == _current_nouts) {
return;
}