Bug 171867 - -Wreturn-type warning triggered by WebAutomationSession.cpp:851
Summary: -Wreturn-type warning triggered by WebAutomationSession.cpp:851
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: Other
Hardware: PC Linux
: P2 Trivial
Assignee: Michael Catanzaro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-05-09 11:03 PDT by Michael Catanzaro
Modified: 2017-05-22 11:11 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.31 KB, patch)
2017-05-10 15:28 PDT, Michael Catanzaro
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Catanzaro 2017-05-09 11:03:08 PDT
[3497/4357] Building CXX object Source.../Automation/WebAutomationSession.cpp.o
../../Source/WebKit2/UIProcess/Automation/WebAutomationSession.cpp: In function ‘WebKit::WebEvent::Modifiers WebKit::protocolModifierToWebEventModifier(Inspector::Protocol::Automation::KeyModifier)’:
../../Source/WebKit2/UIProcess/Automation/WebAutomationSession.cpp:858:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
Comment 1 Michael Catanzaro 2017-05-10 15:28:03 PDT
Created attachment 309647 [details]
Patch
Comment 2 Michael Catanzaro 2017-05-20 08:05:31 PDT
Ping reviewers
Comment 3 WebKit Commit Bot 2017-05-22 11:11:57 PDT
Comment on attachment 309647 [details]
Patch

Clearing flags on attachment: 309647

Committed r217226: <http://trac.webkit.org/changeset/217226>
Comment 4 WebKit Commit Bot 2017-05-22 11:11:59 PDT
All reviewed patches have been landed.  Closing bug.