| Summary: | [GTK] Warnings about unused filesystem functions | ||||||
|---|---|---|---|---|---|---|---|
| Product: | WebKit | Reporter: | Philippe Normand <pnormand> | ||||
| Component: | WebKitGTK | Assignee: | Philippe Normand <pnormand> | ||||
| Status: | RESOLVED FIXED | ||||||
| Severity: | Normal | CC: | aperez, benjamin, bugs-noreply, cdumez, cmarcelo, ews-watchlist | ||||
| Priority: | P2 | ||||||
| Version: | WebKit Nightly Build | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=225362 | ||||||
| Attachments: |
|
||||||
Created attachment 427983 [details]
Patch
Committed r277168 (237454@main): <https://commits.webkit.org/237454@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 427983 [details]. |
[152/1686] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/glib/FileSystemGlib.cpp.o ../../Source/WTF/wtf/glib/FileSystemGlib.cpp:121:13: warning: unused function 'getFileStat' [-Wunused-function] static bool getFileStat(const String& path, GStatBuf* statBuffer) ^ ../../Source/WTF/wtf/glib/FileSystemGlib.cpp:130:13: warning: unused function 'getFileLStat' [-Wunused-function] static bool getFileLStat(const String& path, GStatBuf* statBuffer) ^ 2 warnings generated.