Bug 94328

Summary: [BlackBerry][EFL] Remove compile warning in WebCore
Product: WebKit Reporter: Kangil Han <kangil.han>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: gyuyoung.kim, rakuco, rwlbuis, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Other   
OS: Linux   
Attachments:
Description Flags
patch none

Kangil Han
Reported 2012-08-17 03:47:43 PDT
Fixed compile time warning in WebCore.
Attachments
patch (2.15 KB, patch)
2012-08-17 03:56 PDT, Kangil Han
no flags
Kangil Han
Comment 1 2012-08-17 03:56:33 PDT
Rob Buis
Comment 2 2012-08-17 07:53:16 PDT
Comment on attachment 159075 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=159075&action=review > Source/WebCore/ChangeLog:13 > + (WebCore::HarfBuzzShaper::selectionRect): âtoXâ may be used uninitialized in this function [-Wuninitialized], âfromXâ may be used uniniti Some problems with quotes? > Source/WebCore/platform/efl/RenderThemeEfl.cpp:455 > + EINA_LOG_ERR("Could not set file: %s", errmsg); Is this part of the patch? > Source/WebCore/platform/graphics/harfbuzz/ng/HarfBuzzShaper.cpp:407 > + float toX = 0; This part is fine.
Raphael Kubo da Costa (:rakuco)
Comment 3 2012-08-17 09:09:30 PDT
Comment on attachment 159075 [details] patch View in context: https://bugs.webkit.org/attachment.cgi?id=159075&action=review >> Source/WebCore/platform/efl/RenderThemeEfl.cpp:455 >> + EINA_LOG_ERR("Could not set file: %s", errmsg); > > Is this part of the patch? In a way yes, as those error values were obtained in the previous lines but not used/reported anywhere.
Rob Buis
Comment 4 2012-08-17 14:42:09 PDT
(In reply to comment #3) > (From update of attachment 159075 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=159075&action=review > > >> Source/WebCore/platform/efl/RenderThemeEfl.cpp:455 > >> + EINA_LOG_ERR("Could not set file: %s", errmsg); > > > > Is this part of the patch? > > In a way yes, as those error values were obtained in the previous lines but not used/reported anywhere. Thanks, I see now that it is a warning fix.
Rob Buis
Comment 5 2012-08-17 14:42:30 PDT
Comment on attachment 159075 [details] patch LGTM.
WebKit Review Bot
Comment 6 2012-08-17 16:37:02 PDT
Comment on attachment 159075 [details] patch Clearing flags on attachment: 159075 Committed r125948: <http://trac.webkit.org/changeset/125948>
WebKit Review Bot
Comment 7 2012-08-17 16:37:07 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.