Bug 240383

Summary: -Wreturn-type warning in PathOperation.cpp
Product: WebKit Reporter: Michael Catanzaro <mcatanzaro>
Component: WebCore Misc.Assignee: Michael Catanzaro <mcatanzaro>
Status: RESOLVED FIXED    
Severity: Normal CC: mcatanzaro, nmouchtaris, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: PC   
OS: Linux   

Description Michael Catanzaro 2022-05-13 07:34:18 PDT
[18/225] Building CXX object Source/WebCore/CMakeFiles/Web...ivedSources/unified-sources/UnifiedSource-043dd90b-5.cpp.o
In file included from /home/mcatanzaro/Projects/WebKit/WebKitBuild/GNOME-gtk3/WebCore/DerivedSources/unified-sources/UnifiedSource-043dd90b-5.cpp:6:
/home/mcatanzaro/Projects/WebKit/Source/WebCore/rendering/PathOperation.cpp: In member function ‘double WebCore::RayPathOperation::lengthForPath() const’:
/home/mcatanzaro/Projects/WebKit/Source/WebCore/rendering/PathOperation.cpp:70:1: warning: control reaches end of non-void function [-Wreturn-type]
   70 | }
      | ^
Comment 1 Michael Catanzaro 2022-05-13 07:50:32 PDT
Pull request: https://github.com/WebKit/WebKit/pull/610
Comment 2 EWS 2022-05-13 10:21:55 PDT
Committed r294162 (250531@main): <https://commits.webkit.org/250531@main>

Reviewed commits have been landed. Closing PR #610 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2022-05-13 10:22:13 PDT
<rdar://problem/93253474>