From 30e1c8d1e6b232b5a8a3ad8c1926a138c9249f7e Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sat, 10 Dec 2016 17:11:13 +0100 Subject: Make sure we don't present warnings as errors when compiling VSTSDK source code. --- plugin/vst/Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'plugin') diff --git a/plugin/vst/Makefile.am b/plugin/vst/Makefile.am index 489fd13..0f3df84 100644 --- a/plugin/vst/Makefile.am +++ b/plugin/vst/Makefile.am @@ -2,6 +2,9 @@ if ENABLE_VST noinst_LTLIBRARIES = libvstsdk.la endif +# We know there are warnings in the VSTSDK code, so don't consider them errors. +CXXFLAGS:=$(filter-out -Werror -Wall ,$(CXXFLAGS)) + # Targets to copy vst source files pluginterfaces/vst2.x: $(MKDIR_P) pluginterfaces/vst2.x -- cgit v1.2.3