From 23c64e049783c37b162a20f070ca3acfdeb4f46d Mon Sep 17 00:00:00 2001 From: arcum42 Date: Sun, 19 Oct 2008 00:10:04 +0000 Subject: [PATCH] Tweak the warnings a bit on gcc, so they don't require gcc 4.3. :( git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@215 a6443dda-0b58-4228-96e9-037be469359c --- pcsx2/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcsx2/configure.ac b/pcsx2/configure.ac index 02b6fa47ad..988b39cc3a 100644 --- a/pcsx2/configure.ac +++ b/pcsx2/configure.ac @@ -17,7 +17,7 @@ CXXFLAGS= CCASFLAGS= -WARNING_FLAGS="-Wall -Wextra -Wno-unused-parameter -Wno-format -Wno-empty-body -Wno-unused-value" +WARNING_FLAGS="-Wall -Wno-format -Wno-unused-value" NORMAL_FLAGS="-O3 -fomit-frame-pointer ${WARNING_FLAGS}" DEBUG_FLAGS=" -g ${WARNING_FLAGS}"