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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 04:48:54 PDT 2009


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





--- Comment #6 from Laszlo Gombos <laszlo.1.gombos at nokia.com>  2009-09-10 04:48:52 PDT ---
(In reply to comment #5)
> 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?

Eric, I scanned trough the warnings and the corresponding code and I could not
spot a real bug. The direction is definitively to get rid of all the warnings
gradually (and take them out from this list), but restricting the list help to
focus on the remaining warnings first.

-- 
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