From 14b4bac7f21d5dfd0d88887d34008aec646c086d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 31 May 2016 17:39:24 -0400 Subject: comment out a DEBUG_TRACE statement that causes issues for clang, reasons are unclear --- libs/ardour/stripable.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libs/ardour/stripable.cc') diff --git a/libs/ardour/stripable.cc b/libs/ardour/stripable.cc index 9a7c668f67..c21d68c0a6 100644 --- a/libs/ardour/stripable.cc +++ b/libs/ardour/stripable.cc @@ -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()) { -- cgit v1.2.3