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:
parent
201055ba3e
commit
11f5f30461
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user