From 084d2c8edd932c5a3d7400a19e6e03833fa83484 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 6 Jan 2014 07:41:52 +0000 Subject: [PATCH] One more --- source/modules/carla_native/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/modules/carla_native/Makefile b/source/modules/carla_native/Makefile index 527cb3b47..0570445e9 100644 --- a/source/modules/carla_native/Makefile +++ b/source/modules/carla_native/Makefile @@ -215,7 +215,7 @@ bypass.c.o: bypass.c $(CDEPS) $(CC) $< $(BUILD_C_FLAGS) -c -o $@ audio_decoder/%.c.o: audio_decoder/%.c - $(CC) $< $(AF_C_FLAGS) -c -o $@ + $(CC) $< $(AF_C_FLAGS) -w -c -o $@ lfo.c.o: lfo.c $(CDEPS) $(CC) $< $(BUILD_C_FLAGS) -c -o $@