Bug 108241 - Fix erroneous semicolon causing build failure: if statement has empty body [-Werror,-Wempty-body]
Summary: Fix erroneous semicolon causing build failure: if statement has empty body [-...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Kiran Muppala
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2013-01-29 15:50 PST by Kiran Muppala
Modified: 2013-01-29 16:45 PST (History)
2 users (show)

See Also:


Attachments
Patch (1.48 KB, patch)
2013-01-29 15:53 PST, Kiran Muppala
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kiran Muppala 2013-01-29 15:50:25 PST
The patch for https://bugs.webkit.org/show_bug.cgi?id=108054, fails to build on a debug Mountain Lion bot with the following error:
Source/WebKit2/UIProcess/WebProcessProxy.cpp:190:44: error: if statement has empty body [-Werror,-Wempty-body]

This was caused by a semicolon erroneously following a if condition.
Comment 1 Kiran Muppala 2013-01-29 15:53:14 PST
Created attachment 185325 [details]
Patch
Comment 2 Kiran Muppala 2013-01-29 15:54:07 PST
<rdar://problem/13047398>
Comment 3 WebKit Review Bot 2013-01-29 16:45:27 PST
Comment on attachment 185325 [details]
Patch

Clearing flags on attachment: 185325

Committed r141180: <http://trac.webkit.org/changeset/141180>
Comment 4 WebKit Review Bot 2013-01-29 16:45:31 PST
All reviewed patches have been landed.  Closing bug.