Bug 259098

Summary: [clang-cl] FileSystemWin.cpp: warning: unused function 'getFileSizeFromFindData'
Product: WebKit Reporter: Fujii Hironori <fujii.hironori>
Component: Web Template FrameworkAssignee: Fujii Hironori <fujii.hironori>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=225362
Bug Depends on:    
Bug Blocks: 171618    

Fujii Hironori
Reported 2023-07-11 00:29:10 PDT
[clang-cl] FileSystemWin.cpp: warning: unused function 'getFileSizeFromFindData' clang-cl reports warnings for Windows port [607/6517] Building CXX object Source\WTF\wtf\CMakeFiles\WTF.dir\win\FileSystemWin.cpp.obj C:\home\webkit\gc\Source\WTF\wtf\win\FileSystemWin.cpp(61,13): warning: unused function 'getFileSizeFromFindData' [-Wunused-function] static bool getFileSizeFromFindData(const WIN32_FIND_DATAW& findData, long long& size) ^ C:\home\webkit\gc\Source\WTF\wtf\win\FileSystemWin.cpp(97,13): warning: unused function 'fileModificationTimeFromFindData' [-Wunused-function] static void fileModificationTimeFromFindData(const WIN32_FIND_DATAW& findData, time_t& time) ^ 2 warnings generated.
Attachments
Fujii Hironori
Comment 1 2023-07-11 00:34:49 PDT
EWS
Comment 2 2023-07-11 12:55:02 PDT
Committed 265961@main (e57a429e1939): <https://commits.webkit.org/265961@main> Reviewed commits have been landed. Closing PR #15731 and removing active labels.
Radar WebKit Bug Importer
Comment 3 2023-07-11 12:56:18 PDT
Note You need to log in before you can comment on or make changes to this bug.