[Webkit-unassigned] [Bug 183076] New: warning: unused variable 'InitialBufferSize' in Assertions.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 23 02:41:39 PST 2018


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

            Bug ID: 183076
           Summary: warning: unused variable 'InitialBufferSize' in
                    Assertions.cpp
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Hironori.Fujii at sony.com

warning: unused variable 'InitialBufferSize' in Assertions.cpp

Clang 5 reports a following warning.

> [385/3573] Building CXX object Source/WTF/wtf/CMakeFiles/WTF.dir/Assertions.cpp.o
> ../../Source/WTF/wtf/Assertions.cpp:90:33: warning: unused variable 'InitialBufferSize' [-Wunused-const-variable]
> static const constexpr unsigned InitialBufferSize { 256 };
>                                 ^
> 1 warning generated.

-- 
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/20180223/af135ba5/attachment-0001.html>


More information about the webkit-unassigned mailing list