1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-02 13:12:05 +00:00

-Wall removed

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3871 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2001-12-29 00:09:29 +00:00
parent 201055ba3e
commit 11f5f30461

View File

@ -10,7 +10,7 @@ endif
OBJS = $(SRCS:.c=.o)
INCLUDE = -I../loader $(CSS_INC) $(EXTRA_INC)
CFLAGS = -Wall $(OPTFLAGS) $(INCLUDE)
CFLAGS = $(OPTFLAGS) $(INCLUDE)
.SUFFIXES: .c .o