[Webkit-unassigned] [Bug 29083] New: Disable some ARM compiler warnings
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 9 06:54:30 PDT 2009
https://bugs.webkit.org/show_bug.cgi?id=29083
Summary: Disable some ARM compiler warnings
Product: WebKit
Version: 528+ (Nightly build)
Platform: Other
OS/Version: Other
Status: UNCONFIRMED
Severity: Normal
Priority: P2
Component: Platform
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: laszlo.1.gombos at nokia.com
By default the ARM compiler is very chatty and it is hard to see "the wood for
the trees".
I would propose to disable the following ARM warnings (as far as I can tell
none of these warnings are enabled on most ports):
#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
--
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