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
This commit is contained in:
arcum42 2008-10-19 00:10:04 +00:00 committed by Gregory Hainaut
parent 73b833fee1
commit 23c64e0497
1 changed files with 1 additions and 1 deletions

View File

@ -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}"