[Webkit-unassigned] [Bug 215269] New: [WTF] Remove the build warning since r265344.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 7 07:45:40 PDT 2020


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

            Bug ID: 215269
           Summary: [WTF] Remove the build warning since r265344.
           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: jh718.park at samsung.com

In file included from DerivedSources/ForwardingHeaders/wtf/text/AtomString.h:26,
                 from DerivedSources/ForwardingHeaders/wtf/text/StringBuilder.h:30,
                 from ../../Tools/TestWebKitAPI/WTFStringUtilities.h:39,
                 from ../../Tools/TestWebKitAPI/Tests/WTF/StringConcatenate.cpp:28:
DerivedSources/ForwardingHeaders/wtf/text/IntegerToStringConversion.h: In instantiation of ‘unsigned int WTF::lengthOfIntegerAsString(IntegerType) [with IntegerType = bool]’:
DerivedSources/ForwardingHeaders/wtf/text/StringConcatenateNumbers.h:60:61:   required from ‘unsigned int WTF::StringTypeAdapter<Enum, typename std::enable_if<is_enum_v<Enum>, void>::type>::length() const [with Enum = TestWebKitAPI::BoolEnum; typename std::enable_if<is_enum_v<Enum>, void>::type = void]’
DerivedSources/ForwardingHeaders/wtf/text/StringConcatenate.h:390:35:   required from ‘WTF::String WTF::tryMakeStringFromAdapters(StringTypeAdapter, StringTypeAdapters ...) [with StringTypeAdapter = WTF::StringTypeAdapter<TestWebKitAPI::BoolEnum, void>; StringTypeAdapters = {}]’
DerivedSources/ForwardingHeaders/wtf/text/StringConcatenate.h:420:37:   required from ‘WTF::String WTF::tryMakeString(StringTypes ...) [with StringTypes = {TestWebKitAPI::BoolEnum}]’
DerivedSources/ForwardingHeaders/wtf/text/StringConcatenate.h:426:34:   required from ‘WTF::String WTF::makeString(StringTypes ...) [with StringTypes = {TestWebKitAPI::BoolEnum}]’
../../Tools/TestWebKitAPI/Tests/WTF/StringConcatenate.cpp:111:5:   required from here
DerivedSources/ForwardingHeaders/wtf/text/IntegerToStringConversion.h:115:53: warning: parameter ‘integer’ set but not used [-Wunused-but-set-parameter]
  115 | inline unsigned lengthOfIntegerAsString(IntegerType integer)
      |                                         ~~~~~~~~~~~~^~~~~~~

-- 
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/20200807/ced238e3/attachment.htm>


More information about the webkit-unassigned mailing list