Bug 183076 - warning: unused variable 'InitialBufferSize' in Assertions.cpp
Summary: warning: unused variable 'InitialBufferSize' in Assertions.cpp
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Fujii Hironori
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-23 02:41 PST by Fujii Hironori
Modified: 2018-02-23 10:38 PST (History)
9 users (show)

See Also:


Attachments
Patch (1.61 KB, patch)
2018-02-23 02:47 PST, Fujii Hironori
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fujii Hironori 2018-02-23 02:41:39 PST
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.
Comment 1 Fujii Hironori 2018-02-23 02:47:05 PST
Created attachment 334512 [details]
Patch
Comment 2 Yusuke Suzuki 2018-02-23 10:13:24 PST
Comment on attachment 334512 [details]
Patch

r=me
Comment 3 WebKit Commit Bot 2018-02-23 10:37:40 PST
Comment on attachment 334512 [details]
Patch

Clearing flags on attachment: 334512

Committed r228953: <https://trac.webkit.org/changeset/228953>
Comment 4 WebKit Commit Bot 2018-02-23 10:37:42 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Radar WebKit Bug Importer 2018-02-23 10:38:21 PST
<rdar://problem/37830838>