Skip to content

Commit 49111ba

Browse files
committed
TEst
1 parent 2358cb1 commit 49111ba

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Makefile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -110,19 +110,19 @@ portaudio/Makefile:
110110
$(PA_LIB): portaudio/Makefile
111111
cd $(dir $<) && git clean -fdx && git reset --hard HEAD
112112
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)
121121
$(MAKE) -C $(dir $<)
122122
main.o: $(PA_LIB)
123123
virtio-snd.o: $(PA_LIB)
124+
CFLAGS += -Wno-unused-parameter
124125
# suppress warning when compiling PortAudio
125-
#virtio-snd.o: CFLAGS += -Wno-unused-parameter
126126
endif
127127

128128
# Set libm as the last dependency so that no need to set -lm seperately.

0 commit comments

Comments
 (0)