Bug 171867

Summary: -Wreturn-type warning triggered by WebAutomationSession.cpp:851
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebKit2Assignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Trivial CC: bugs-noreply, commit-queue, mcatanzaro, zan
Priority: P2    
Version: Other   
Hardware: PC   
OS: Linux   
Attachments:
Description Flags
Patch none

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.