mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +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
|
|
@ -1875,7 +1875,7 @@ RouteTimeAxisView::add_processor_automation_curve (boost::shared_ptr<Processor>
|
|||
}
|
||||
|
||||
void
|
||||
RouteTimeAxisView::processor_automation_track_hidden (RouteTimeAxisView::ProcessorAutomationNode* pan, boost::shared_ptr<Processor> i)
|
||||
RouteTimeAxisView::processor_automation_track_hidden (RouteTimeAxisView::ProcessorAutomationNode* pan, boost::shared_ptr<Processor>)
|
||||
{
|
||||
if (!_hidden) {
|
||||
pan->menu_item->set_active (false);
|
||||
|
|
@ -2281,7 +2281,7 @@ RouteTimeAxisView::set_underlay_state()
|
|||
}
|
||||
|
||||
void
|
||||
RouteTimeAxisView::add_underlay (StreamView* v, bool update_xml)
|
||||
RouteTimeAxisView::add_underlay (StreamView* v, bool /*update_xml*/)
|
||||
{
|
||||
if (!v) {
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue