Bug 145120

Summary: Fix tautological-compare warning in AtomicString.cpp
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca, benjamin, commit-queue, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 145121, 92940    
Attachments:
Description Flags
Patch none

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.