mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Fix some compiler warnings.
git-svn-id: svn://localhost/ardour2/branches/3.0@5746 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
aefcce1c99
commit
c5e3ff16cb
13 changed files with 113 additions and 13 deletions
|
|
@ -342,7 +342,7 @@ PannerUI::setup_pan ()
|
|||
|
||||
uint32_t nouts = _panner->nouts();
|
||||
|
||||
if (nouts == _current_nouts) {
|
||||
if (int32_t (nouts) == _current_nouts) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue