mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 12:45:45 +01:00
comment out a DEBUG_TRACE statement that causes issues for clang, reasons are unclear
This commit is contained in:
parent
9ff3c55e34
commit
14b4bac7f2
1 changed files with 3 additions and 1 deletions
|
|
@ -57,8 +57,10 @@ Stripable::set_presentation_info (PresentationInfo pi, bool notify_class_listene
|
|||
{
|
||||
if (pi != presentation_info()) {
|
||||
|
||||
#ifndef __APPLE__
|
||||
/* clang can't deal with the operator<< (ostream&,PresentationInfo&) method. not sure why yet. */
|
||||
DEBUG_TRACE (DEBUG::OrderKeys, string_compose ("%1: set presentation info to %2\n", name(), pi));
|
||||
|
||||
#endif
|
||||
if (is_master()) {
|
||||
_presentation_info = PresentationInfo (0, PresentationInfo::MasterOut);
|
||||
} else if (is_monitor()) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue