Bug 46157 - Fix "operands of ? are integers of different signs" clang warnings
Summary: Fix "operands of ? are integers of different signs" clang warnings
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nico Weber
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-20 19:03 PDT by Nico Weber
Modified: 2010-09-20 20:46 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.84 KB, patch)
2010-09-20 19:04 PDT, Nico Weber
abarth: review+
commit-queue: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Weber 2010-09-20 19:03:58 PDT
Fix "operands of ? are integers of different signs" clang warnings
Comment 1 Nico Weber 2010-09-20 19:04:44 PDT
Created attachment 68175 [details]
Patch
Comment 2 Adam Barth 2010-09-20 19:06:40 PDT
Comment on attachment 68175 [details]
Patch

ok
Comment 3 Eric Seidel (no email) 2010-09-20 19:46:33 PDT
This is gonna fail the commit-queue due to the second OOPS in the ChangeLog.  You should explain what tests you added or why testing is impossible/impractical.
Comment 4 Eric Seidel (no email) 2010-09-20 19:47:06 PDT
In the case of a build fix, we sometimes just delete that line or say "Build fix, no tests needed."
Comment 5 WebKit Commit Bot 2010-09-20 20:01:58 PDT
Comment on attachment 68175 [details]
Patch

Rejecting patch 68175 from commit-queue.

Failed to run "[u'git', u'svn', u'dcommit']" exit_code: 1
Last 500 characters of output:
ommitting to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/platform/graphics/mac/ComplexTextController.cpp
	M	WebCore/rendering/RenderBox.cpp
A repository hook failed: Commit blocked by pre-commit hook (exit code 1) with output:
svnlook: Can't write to stream: Broken pipe

    The following ChangeLog files contain OOPS:

        trunk/WebCore/ChangeLog

    Please don't ever say "OOPS" in a ChangeLog file.
 at /usr/local/git/libexec/git-core/git-svn line 558


Full output: http://queues.webkit.org/results/4046095
Comment 6 Adam Barth 2010-09-20 20:08:52 PDT
Committed r67915: <http://trac.webkit.org/changeset/67915>
Comment 7 Nico Weber 2010-09-20 20:46:38 PDT
Thanks, abarth!