Skip to content

Commit 5aa3b32

Browse files
committed
Add -Wno-unused-parameter to build flags, silencing gen warnings
1 parent fc140cb commit 5aa3b32

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

plugins/bitcrush/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ include ../../dpf/Makefile.plugins.mk
2424
# Extra flags
2525

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

2829
# --------------------------------------------------------------
2930
# Enable all possible plugin types

plugins/freeverb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ include ../../dpf/Makefile.plugins.mk
2424
# Extra flags
2525

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

2829
# --------------------------------------------------------------
2930
# Enable all possible plugin types

plugins/gigaverb/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ include ../../dpf/Makefile.plugins.mk
2424
# Extra flags
2525

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

2829
# --------------------------------------------------------------
2930
# Enable all possible plugin types

plugins/pitchshift/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ include ../../dpf/Makefile.plugins.mk
2424
# Extra flags
2525

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

2829
# --------------------------------------------------------------
2930
# Enable all possible plugin types

0 commit comments

Comments
 (0)