summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 11:20:34 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2014-06-08 11:20:34 +0200
commit367f17c58ad77388e3b8ff7582b6101d25a65d37 (patch)
treee251503909a068e2d74aea098a4b9bdd558eaa96
parentc932449877e7f591ecce1a814c2ce7a3b662a52d (diff)
Build vstsdk files without warnings turning to errors...
-rw-r--r--vst/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/vst/Makefile.am b/vst/Makefile.am
index a780840..e60277b 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
+libdgvst_a_CXXFLAGS = $(VST_CPPFLAGS) -Wno-error=write-strings -Wno-error=narrowing