mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 06:39:33 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue