From c2f761aa7c5bb649cffb274115404197fda58ada Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 8 Jun 2014 11:24:05 +0200 Subject: Build vstsdk files without warnings entirely --- vst/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vst/Makefile.am b/vst/Makefile.am index e60277b..39d4aa8 100644 --- a/vst/Makefile.am +++ b/vst/Makefile.am @@ -31,7 +31,7 @@ endif libdgvst_a_SOURCES = \ $(VST_SOURCES) -libdgvst_a_CXXFLAGS = $(VST_CPPFLAGS) -Wno-error=write-strings -Wno-error=narrowing +libdgvst_a_CXXFLAGS = $(VST_CPPFLAGS) -w -- cgit v1.2.3