[Webkit-unassigned] [Bug 29083] Disable some ARM compiler warnings

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 9 16:52:31 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=29083





--- Comment #5 from Eric Seidel <eric at webkit.org>  2009-09-09 16:52:31 PDT ---
Do you really want to disable all these?

#68-D: integer conversion resulted in a change of sign
#111-D: statement is unreachable
#177-D: variable XXX was declared but never referenced
#368-D: class XXX defines no constructor to initialize the following: YYY
#830-D: function XXX "XXX::operator new" has no corresponding operator delete
(to be called if an exception is thrown during initialization of an allocated
object)
#1293-D: assignment in condition

All of those sound useful (and likely real bugs), no?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list