diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 11:20:34 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 11:20:34 +0200 |
commit | 367f17c58ad77388e3b8ff7582b6101d25a65d37 (patch) | |
tree | e251503909a068e2d74aea098a4b9bdd558eaa96 /vst/Makefile.am | |
parent | c932449877e7f591ecce1a814c2ce7a3b662a52d (diff) |
Build vstsdk files without warnings turning to errors...
Diffstat (limited to 'vst/Makefile.am')
-rw-r--r-- | vst/Makefile.am | 2 |
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 |