From ec09bf79cf4f128c24c5db2e7b1afd7ad6c9d842 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 23 Nov 2002 11:01:23 +0000 Subject: check for -Wall support & use it if available patch by (Dominik Mierzejewski ) 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 --- Gui/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Gui') 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 -- cgit v1.2.3