Skip to content

Commit 84e7ec3

Browse files
committed
Test
1 parent 49111ba commit 84e7ec3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ $(PA_LIB): portaudio/Makefile
120120
$(PA_CONFIG_PARAMS)
121121
$(MAKE) -C $(dir $<)
122122
main.o: $(PA_LIB)
123-
virtio-snd.o: $(PA_LIB)
124-
CFLAGS += -Wno-unused-parameter
123+
virtio-snd.o: $(PA_LIB) CFLAGS += -Wno-unused-parameter
125124
# suppress warning when compiling PortAudio
126125
endif
127126

0 commit comments

Comments
 (0)