summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-23 11:01:23 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-23 11:01:23 +0000
commitec09bf79cf4f128c24c5db2e7b1afd7ad6c9d842 (patch)
tree18f1461f97291b16629d6d56517e642241052b13 /Gui
parent01c201dbe8d6a18634bf86bf4d648344ed496d91 (diff)
downloadmpv-ec09bf79cf4f128c24c5db2e7b1afd7ad6c9d842.tar.bz2
mpv-ec09bf79cf4f128c24c5db2e7b1afd7ad6c9d842.tar.xz
check for -Wall support & use it if available patch by (Dominik Mierzejewski <dominik at rangers dot eu dot org>)
arpi, feel free to reverse if u dont like -Wall git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8256 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'Gui')
-rw-r--r--Gui/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gui/Makefile b/Gui/Makefile
index f9fa4b5483..df2f652ae5 100644
--- a/Gui/Makefile
+++ b/Gui/Makefile
@@ -7,7 +7,7 @@ include config.mak
INCDIR = -I. -I../loader -I./wm -I./skin $(FREETYPE_INC) $(GTKINC) $(EXTRA_INC)
OPTIMIZE = $(OPTFLAGS) -fomit-frame-pointer \
- -fexpensive-optimizations -fschedule-insns2 -Wall
+ -fexpensive-optimizations -fschedule-insns2
ifeq ($(TARGET_ARCH_X86),yes)
OPTIMIZE += -malign-double
endif