[Webkit-unassigned] [Bug 192688] New: [WinCairo][Clang] DLLLauncherMain.cpp: warning: unused function 'prependPath' and 'appleApplicationSupportDirectory'

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 13 18:58:41 PST 2018


https://bugs.webkit.org/show_bug.cgi?id=192688

            Bug ID: 192688
           Summary: [WinCairo][Clang] DLLLauncherMain.cpp: warning: unused
                    function 'prependPath' and
                    'appleApplicationSupportDirectory'
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com
            Blocks: 171618

clang-cl reports the following warnings:

> [1514/6308] Building CXX object Source\JavaScriptCore\shell\CMakeFiles\testRegExp.dir\DLLLauncherMain.cpp.obj
> ..\..\Source\JavaScriptCore\shell\DLLLauncherMain.cpp(83,21):  warning: unused function 'appleApplicationSupportDirectory' [-Wunused-function]
> static std::wstring appleApplicationSupportDirectory()
>                     ^
> ..\..\Source\JavaScriptCore\shell\DLLLauncherMain.cpp(99,13):  warning: unused function 'prependPath' [-Wunused-function]
> static bool prependPath(const std::wstring& directoryToPrepend)
>             ^
> 2 warnings generated.


> [4750/6308] Building CXX object Tools\ImageDiff\CMakeFiles\ImageDiff.dir\__\win\DLLLauncher\DLLLauncherMain.cpp.obj
> ..\..\Tools\win\DLLLauncher\DLLLauncherMain.cpp(82,16):  warning: unused function 'appleApplicationSupportDirectory' [-Wunused-function]
> static wstring appleApplicationSupportDirectory()
>                ^
> ..\..\Tools\win\DLLLauncher\DLLLauncherMain.cpp(98,13):  warning: unused function 'prependPath' [-Wunused-function]
> static bool prependPath(const wstring& directoryToPrepend)
>             ^
> 2 warnings generated.


Referenced Bugs:

https://bugs.webkit.org/show_bug.cgi?id=171618
[Bug 171618] [Win][Meta] Build WebKit using Clang
-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20181214/d546efad/attachment-0001.html>


More information about the webkit-unassigned mailing list