Update of /cvsroot/mplayer/main/libdha In directory mail:/var/tmp.root/cvs-serv17790/libdha Modified Files: Makefile Log Message: removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish <joey@yunamusic.com> Index: Makefile =================================================================== RCS file: /cvsroot/mplayer/main/libdha/Makefile,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- Makefile 14 Aug 2002 21:44:56 -0000 1.12 +++ Makefile 22 Aug 2002 23:29:40 -0000 1.13 @@ -14,7 +14,7 @@ SRCS=libdha.c mtrr.c pci.c pci_names.c OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. -Wall -W +CFLAGS = $(OPTFLAGS) -fPIC -I. -I.. LIBS = ifeq ($(TARGET_OS),OpenBSD) ifeq ($(TARGET_ARCH_X86),yes)