Browse Source

Add -Wno-unused-parameter to build flags, silencing gen warnings

master
falkTX 5 years ago
parent
commit
5aa3b32811
4 changed files with 4 additions and 0 deletions
  1. +1
    -0
      plugins/bitcrush/Makefile
  2. +1
    -0
      plugins/freeverb/Makefile
  3. +1
    -0
      plugins/gigaverb/Makefile
  4. +1
    -0
      plugins/pitchshift/Makefile

+ 1
- 0
plugins/bitcrush/Makefile View File

@@ -24,6 +24,7 @@ include ../../dpf/Makefile.plugins.mk
# Extra flags

BUILD_CXX_FLAGS += -I../common -I../common/gen_dsp
BUILD_CXX_FLAGS += -Wno-unused-parameter

# --------------------------------------------------------------
# Enable all possible plugin types


+ 1
- 0
plugins/freeverb/Makefile View File

@@ -24,6 +24,7 @@ include ../../dpf/Makefile.plugins.mk
# Extra flags

BUILD_CXX_FLAGS += -I../common -I../common/gen_dsp
BUILD_CXX_FLAGS += -Wno-unused-parameter

# --------------------------------------------------------------
# Enable all possible plugin types


+ 1
- 0
plugins/gigaverb/Makefile View File

@@ -24,6 +24,7 @@ include ../../dpf/Makefile.plugins.mk
# Extra flags

BUILD_CXX_FLAGS += -I../common -I../common/gen_dsp
BUILD_CXX_FLAGS += -Wno-unused-parameter

# --------------------------------------------------------------
# Enable all possible plugin types


+ 1
- 0
plugins/pitchshift/Makefile View File

@@ -24,6 +24,7 @@ include ../../dpf/Makefile.plugins.mk
# Extra flags

BUILD_CXX_FLAGS += -I../common -I../common/gen_dsp
BUILD_CXX_FLAGS += -Wno-unused-parameter

# --------------------------------------------------------------
# Enable all possible plugin types


Loading…
Cancel
Save