summaryrefslogtreecommitdiffstats
path: root/loader/dshow/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/Makefile')
-rw-r--r--loader/dshow/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/Makefile b/loader/dshow/Makefile
index c9e26da029..1d4fbc31a0 100644
--- a/loader/dshow/Makefile
+++ b/loader/dshow/Makefile
@@ -23,7 +23,7 @@ $(LIBNAME): $(OBJS)
$(AR) r $(LIBNAME) $(OBJS)
test: test.c $(LIBNAME)
- $(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
+ $(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader $(ARCH_LIBS) -lstdc++
all: $(LIBNAME)