summaryrefslogtreecommitdiff
path: root/common/JackDriver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/JackDriver.cpp')
-rw-r--r--common/JackDriver.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/JackDriver.cpp b/common/JackDriver.cpp
index 9eb025b9..612c587e 100644
--- a/common/JackDriver.cpp
+++ b/common/JackDriver.cpp
@@ -16,7 +16,11 @@ You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
-*/
+*/
+
+#ifdef WIN32
+#pragma warning (disable : 4786)
+#endif
#include "JackDriver.h"
#include "JackTime.h"