Skip to content

Commit

Permalink
Add -Wno-unused-parameter to build flags, silencing gen warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
falkTX committed Jul 7, 2019
1 parent fc140cb commit 5aa3b32
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions plugins/bitcrush/Makefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/freeverb/Makefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/gigaverb/Makefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions plugins/pitchshift/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 5aa3b32

Please sign in to comment.