[Webkit-unassigned] [Bug 65166] New: [Chromium][DRT] MockSpellCheck.cpp should be clang clean
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Jul 25 23:10:22 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=65166
Summary: [Chromium][DRT] MockSpellCheck.cpp should be clang
clean
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: morrita at google.com
Asan enabled build complains as following:
third_party/WebKit/Tools/DumpRenderTree/chromium/MockSpellCheck.cpp:78:36: error: operands of ? are integers of different signs: 'unsigned int' and 'int' [-Werror,-Wsign-compare]
int wordLength = wordEnd == -1 ? stringText.length() - wordOffset : wordEnd - wordOffset;
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~
--
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