[Webkit-unassigned] [Bug 213972] [WTF] Implicit int to float conversion warning with clang 10
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Sun Jul 5 05:33:38 PDT 2020
https://bugs.webkit.org/show_bug.cgi?id=213972
--- Comment #1 from Philippe Normand <pnormand at igalia.com> ---
Another one:
In file included from DerivedSources/WebCore/StyleBuilderGenerated.cpp:10:
../Source/WebCore/style/StyleBuilderConverter.h:1197:97: warning: implicit conversion from 'const int' to 'float' changes value from 33554429 to 33554428 [-Wimplicit-int-float-conversion]
wordSpacing = Length(clampTo<float>(primitiveValue.doubleValue(), minValueForCssLength, maxValueForCssLength), 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/20200705/a308ef96/attachment.htm>
More information about the webkit-unassigned
mailing list