Skip to content

Commit 76e6b58

Browse files
committed
Test
1 parent 84e7ec3 commit 76e6b58

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,9 @@ $(PA_LIB): portaudio/Makefile
120120
$(PA_CONFIG_PARAMS)
121121
$(MAKE) -C $(dir $<)
122122
main.o: $(PA_LIB)
123-
virtio-snd.o: $(PA_LIB) CFLAGS += -Wno-unused-parameter
123+
virtio-snd.o: $(PA_LIB)
124124
# suppress warning when compiling PortAudio
125+
virtio-snd.o: CFLAGS += -Wno-unused-parameter
125126
endif
126127

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

0 commit comments

Comments
 (0)