mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
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:
parent
15e390ebe5
commit
0938a42440
100 changed files with 239 additions and 224 deletions
|
|
@ -853,7 +853,7 @@ Panner2dWindow::on_key_press_event (GdkEventKey* event)
|
|||
}
|
||||
|
||||
bool
|
||||
Panner2dWindow::on_key_release_event (GdkEventKey *event)
|
||||
Panner2dWindow::on_key_release_event (GdkEventKey*)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue