RESOLVED FIXED 183076
warning: unused variable 'InitialBufferSize' in Assertions.cpp
https://bugs.webkit.org/show_bug.cgi?id=183076
Summary warning: unused variable 'InitialBufferSize' in Assertions.cpp
Fujii Hironori
Reported 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.
Attachments
Patch (1.61 KB, patch)
2018-02-23 02:47 PST, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2018-02-23 02:47:05 PST
Yusuke Suzuki
Comment 2 2018-02-23 10:13:24 PST
Comment on attachment 334512 [details] Patch r=me
WebKit Commit Bot
Comment 3 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>
WebKit Commit Bot
Comment 4 2018-02-23 10:37:42 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 5 2018-02-23 10:38:21 PST
Note You need to log in before you can comment on or make changes to this bug.