File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -110,19 +110,19 @@ portaudio/Makefile:
110
110
$(PA_LIB ) : portaudio/Makefile
111
111
cd $(dir $< ) && git clean -fdx && git reset --hard HEAD
112
112
cd $(dir $< ) && ./configure \
113
- --enable-static \
114
- --disable-shared \
115
- --without-samples \
116
- --without-tests \
117
- --without-oss \
118
- --without-sndio \
119
- --disable-dependency-tracking \
120
- $(PA_CONFIG_PARAMS)
113
+ --enable-static \
114
+ --disable-shared \
115
+ --without-samples \
116
+ --without-tests \
117
+ --without-oss \
118
+ --without-sndio \
119
+ --disable-dependency-tracking \
120
+ $(PA_CONFIG_PARAMS)
121
121
$(MAKE) -C $(dir $<)
122
122
main.o : $(PA_LIB )
123
123
virtio-snd.o : $(PA_LIB )
124
+ CFLAGS += -Wno-unused-parameter
124
125
# suppress warning when compiling PortAudio
125
- # virtio-snd.o: CFLAGS += -Wno-unused-parameter
126
126
endif
127
127
128
128
# Set libm as the last dependency so that no need to set -lm seperately.
You can’t perform that action at this time.
0 commit comments