Bug 225507 - [GTK] Warnings about unused filesystem functions
Summary: [GTK] Warnings about unused filesystem functions
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Philippe Normand
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-07 02:49 PDT by Philippe Normand
Modified: 2021-05-07 04:47 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.85 KB, patch)
2021-05-07 02:51 PDT, Philippe Normand
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].