We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84e7ec3 commit 76e6b58Copy full SHA for 76e6b58
Makefile
@@ -120,8 +120,9 @@ $(PA_LIB): portaudio/Makefile
120
$(PA_CONFIG_PARAMS)
121
$(MAKE) -C $(dir $<)
122
main.o: $(PA_LIB)
123
-virtio-snd.o: $(PA_LIB) CFLAGS += -Wno-unused-parameter
+virtio-snd.o: $(PA_LIB)
124
# suppress warning when compiling PortAudio
125
+virtio-snd.o: CFLAGS += -Wno-unused-parameter
126
endif
127
128
# Set libm as the last dependency so that no need to set -lm seperately.
0 commit comments