diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 11:24:05 +0200 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2014-06-08 11:24:05 +0200 |
commit | c2f761aa7c5bb649cffb274115404197fda58ada (patch) | |
tree | 86e50a94eb0d704151aeb45fe88451fd184f7a2a /vst/Makefile.am | |
parent | 367f17c58ad77388e3b8ff7582b6101d25a65d37 (diff) |
Build vstsdk files without warnings entirely
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 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 |