mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
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:
parent
26c28d3a4f
commit
ee39265c1a
@ -8,7 +8,7 @@ Export('dolphin_version')
|
||||
warnings = [
|
||||
'all',
|
||||
'write-strings',
|
||||
'float-equal',
|
||||
#'float-equal',
|
||||
'shadow',
|
||||
'pointer-arith',
|
||||
'packed',
|
||||
|
Loading…
x
Reference in New Issue
Block a user