[Webkit-unassigned] [Bug 224714] New: [clang 11] Remove warning on StyleBuilderConverter.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 16 22:21:08 PDT 2021


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

            Bug ID: 224714
           Summary: [clang 11] Remove warning on StyleBuilderConverter.h
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Platform
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Basuke.Suzuki at sony.com

In file included from WebCore/DerivedSources/unified-sources/UnifiedSource-3a52ce78-136.cpp:8:
In file included from WebCore/DerivedSources\StyleBuilderGenerated.cpp:10:
../../Source/WebCore/style\StyleBuilderConverter.h:1215:97: warning: implicit conversion from 'const int' to 'float' changes value from 33554429 to 33554428 [-Wimplicit-const-int-float-conversion]
        wordSpacing = Length(clampTo<float>(primitiveValue.doubleValue(), minValueForCssLength, maxValueForCssLength), LengthType::Percent);
                             ~~~~~~~                                                            ^~~~~~~~~~~~~~~~~~~~
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/20210417/b2a0baab/attachment-0001.htm>


More information about the webkit-unassigned mailing list