Disabled "float-equal" warning: it was causing too many false positives, especially in "wx/math.h".

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@354 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Maarten ter Huurne
2008-08-27 12:01:18 +00:00
parent 26c28d3a4f
commit ee39265c1a

View File

@ -8,7 +8,7 @@ Export('dolphin_version')
warnings = [ warnings = [
'all', 'all',
'write-strings', 'write-strings',
'float-equal', #'float-equal',
'shadow', 'shadow',
'pointer-arith', 'pointer-arith',
'packed', 'packed',