Bug 145120 - Fix tautological-compare warning in AtomicString.cpp
Summary: Fix tautological-compare warning in AtomicString.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords:
Depends on:
Blocks: 145121 92940
  Show dependency treegraph
 
Reported: 2015-05-18 02:28 PDT by Csaba Osztrogonác
Modified: 2015-05-19 01:21 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.54 KB, patch)
2015-05-18 02:30 PDT, Csaba Osztrogonác
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2015-05-18 02:28:39 PDT
../../Tools/TestWebKitAPI/Tests/WTF/AtomicString.cpp:42:123: warning: self-comparison always evaluates to true [-Wtautological-compare]
( introduced in http://trac.webkit.org/changeset/124611 )
Comment 1 Csaba Osztrogonác 2015-05-18 02:30:05 PDT
Created attachment 253316 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-19 01:21:55 PDT
Comment on attachment 253316 [details]
Patch

Clearing flags on attachment: 253316

Committed r184558: <http://trac.webkit.org/changeset/184558>
Comment 3 WebKit Commit Bot 2015-05-19 01:21:59 PDT
All reviewed patches have been landed.  Closing bug.