mirror of
https://github.com/mpv-player/mpv
synced 2025-01-31 04:02:06 +00:00
fix warning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5818 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
79f3869154
commit
161e221709
@ -17,7 +17,7 @@ resource.o registry.o elfdll.o afl.o vfl.o
|
||||
# Note: -D_FILE_OFFSET_BITS=32 is required to disable using mmap64(),
|
||||
# as it's broken in glibc 2.1.2 (bad header) and 2.1.3 (bad code)
|
||||
WARN_FLAGS = -Wmissing-prototypes -Wimplicit-function-declaration
|
||||
CFLAGS=-I. -I.. $(OPTFLAGS) -D_FILE_OFFSET_BITS=32 $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer
|
||||
CFLAGS=-I. -I.. $(OPTFLAGS) -U_FILE_OFFSET_BITS $(EXTRA_INC) $(WARN_FLAGS) -fno-omit-frame-pointer
|
||||
#CFLAGS=-I. -I.. -O $(WARN_FLAGS) -g #-fno-omit-frame-pointer
|
||||
|
||||
all: libloader.a
|
||||
|
Loading…
Reference in New Issue
Block a user