| 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 | ||
Pull request: https://github.com/WebKit/WebKit/pull/610 Committed r294162 (250531@main): <https://commits.webkit.org/250531@main> Reviewed commits have been landed. Closing PR #610 and removing active labels. |
[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 | } | ^