From cada6ed65a7390be17bef2ac2597e5bb7fbecb8b Mon Sep 17 00:00:00 2001 From: VKamyshniy Date: Tue, 10 Feb 2015 12:52:21 +0200 Subject: [PATCH] [Summary] Removing annoying warning as we can do nothing with the reason for which this warning occurs . --- libs/backends/wavesaudio/waves_dataport.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/backends/wavesaudio/waves_dataport.cc b/libs/backends/wavesaudio/waves_dataport.cc index 3bb76c4786..b5485ac2b3 100644 --- a/libs/backends/wavesaudio/waves_dataport.cc +++ b/libs/backends/wavesaudio/waves_dataport.cc @@ -67,7 +67,7 @@ int WavesDataPort::connect (WavesDataPort *port) } if (is_connected (port)) { - std::cerr << "WavesDataPort::connect (): the ports are already connected!" << std::endl; + // std::cerr << "WavesDataPort::connect (): the ports are already connected!" << std::endl; return -1; }