summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 11:24:05 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 11:24:05 +0200
commitc2f761aa7c5bb649cffb274115404197fda58ada (patch)
tree86e50a94eb0d704151aeb45fe88451fd184f7a2a
parent367f17c58ad77388e3b8ff7582b6101d25a65d37 (diff)
Build vstsdk files without warnings entirely
-rw-r--r--vst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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