diff loader/dshow/Makefile @ 170:a4d3c83eeb52

small cosmetic to avoid gcc warnings
author arpi_esp
date Tue, 20 Mar 2001 02:04:33 +0000
parents 550ebe869cec
children 45778577e6aa
line wrap: on
line diff
--- a/loader/dshow/Makefile	Tue Mar 20 01:59:42 2001 +0000
+++ b/loader/dshow/Makefile	Tue Mar 20 02:04:33 2001 +0000
@@ -20,7 +20,7 @@
 	$(AR) r $(LIBNAME) $(OBJS)
 
 test:   test.c $(LIBNAME)
-	$(CC) test.c $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++
+	$(CC) test.c -Wall $(CFLAGS) -o test -L. -lDS_Filter -L.. -lloader -ldl -lpthread -lstdc++
 
 all:	$(LIBNAME)