From ddc4bdf2cbc0ac8f1a2a5b2afea30466d503c98c Mon Sep 17 00:00:00 2001 From: arpi Date: Thu, 22 Aug 2002 23:29:46 +0000 Subject: removed -W -Wall -g and other gcc-specific warning/debug options patch by Joey Parrish git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7074 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/Makefile b/input/Makefile index ffc82e83f0..bc4a720811 100644 --- a/input/Makefile +++ b/input/Makefile @@ -6,7 +6,7 @@ LIBNAME = libinput.a SRCS=input.c joystick.c lirc.c OBJS=$(SRCS:.c=.o) -CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) -Wall +CFLAGS = $(OPTFLAGS) -I. -I.. $(EXTRA_INC) .SUFFIXES: .c .o -- cgit v1.2.3