Update of /cvsroot/alsa/alsa-driver/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12796/utils

Modified Files:
        Makefile 
Log Message:
compile with -Wall.







Index: Makefile
===================================================================
RCS file: /cvsroot/alsa/alsa-driver/utils/Makefile,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- Makefile    3 Mar 2004 20:19:40 -0000       1.15
+++ Makefile    5 Mar 2004 11:55:52 -0000       1.16
@@ -15,7 +15,7 @@
 TARGETS = dummy
 
 .c.o:
-       $(CC) $(INCLUDE) -c -o $*.o $<
+       $(CC) $(INCLUDE) -Wall -g -c -o $*.o $<
 
 all: $(TARGETS)
 



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
Alsa-cvslog mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-cvslog

Reply via email to