Bug 225507

Summary: [GTK] Warnings about unused filesystem functions
Product: WebKit Reporter: Philippe Normand <pnormand>
Component: WebKitGTKAssignee: 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:
Description Flags
Patch none

Description Philippe Normand 2021-05-07 02:49:59 PDT
[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.
Comment 1 Philippe Normand 2021-05-07 02:51:48 PDT
Created attachment 427983 [details]
Patch
Comment 2 EWS 2021-05-07 04:46:57 PDT
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].