zynaddsubfx

ZynAddSubFX open source synthesizer
Log | Files | Refs | Submodules | LICENSE

commit 2631637e5e9a1a2f715b72fe7e9fd31ae8e4424a
parent ada404dfd25e63fc4522ac548932c21cab009dbb
Author: Johannes Lorenz <[email protected]>
Date:   Wed, 16 Dec 2020 21:30:22 +0100

Do not warn for unneccessary parentheses

Those warnings come from the Lv2 headers, so we can't fix them. Instead,
ignore them for the whole Plugin subdirectory.

Diffstat:
Msrc/Plugin/CMakeLists.txt | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/Plugin/CMakeLists.txt b/src/Plugin/CMakeLists.txt @@ -1,3 +1,4 @@ +add_compile_options(-Wno-parentheses) # disable warnings from Lv2 headers add_executable(lv2-ttl-generator ${CMAKE_SOURCE_DIR}/DPF/utils/lv2-ttl-generator/lv2_ttl_generator.c)