From ee39265c1a6393f026b9ddc93b54264f307385a6 Mon Sep 17 00:00:00 2001 From: Maarten ter Huurne Date: Wed, 27 Aug 2008 12:01:18 +0000 Subject: [PATCH] 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 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index 9969a473e1..4338d54f8a 100644 --- a/SConstruct +++ b/SConstruct @@ -8,7 +8,7 @@ Export('dolphin_version') warnings = [ 'all', 'write-strings', - 'float-equal', + #'float-equal', 'shadow', 'pointer-arith', 'packed',