summaryrefslogtreecommitdiffstats
path: root/Gui
diff options
context:
space:
mode:
authorrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-25 02:19:27 +0000
committerrathann <rathann@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-25 02:19:27 +0000
commit3160c935c208a3e9dc80fd7b9cc274f0b9e93eb5 (patch)
tree87086f3e048c8ee488253e19899c8c8d1c5b10f6 /Gui
parent422acb829c967462e4f39da5b05741c30e548ff7 (diff)
downloadmpv-3160c935c208a3e9dc80fd7b9cc274f0b9e93eb5.tar.bz2
mpv-3160c935c208a3e9dc80fd7b9cc274f0b9e93eb5.tar.xz
reversing my patch to check for -Wall support & use it if available (requested by A'rpi)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8274 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 df2f652ae5..f9fa4b5483 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
+ -fexpensive-optimizations -fschedule-insns2 -Wall
ifeq ($(TARGET_ARCH_X86),yes)
OPTIMIZE += -malign-double
endif