[webkit-changes] [WebKit/WebKit] fe5248: Unreviewed. Fix the build warning below since r254...

joonghunpark noreply at github.com
Mon Sep 12 02:06:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: fe524823fc99baafa742dbd9c742d5dfd3295233
      https://github.com/WebKit/WebKit/commit/fe524823fc99baafa742dbd9c742d5dfd3295233
  Author: Joonghun Park <jh718.park at samsung.com>
  Date:   2022-09-12 (Mon, 12 Sep 2022)

  Changed paths:
    M Source/WebCore/css/parser/CSSPropertyParser.cpp

  Log Message:
  -----------
  Unreviewed. Fix the build warning below since r254282 at main.
https://bugs.webkit.org/show_bug.cgi?id=245060

warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]

With the static_cast, we could indicate the intention to use the pointers for counting purpose more explicitly.

* Source/WebCore/css/parser/CSSPropertyParser.cpp:
(WebCore::CSSPropertyParser::consumeListStyleShorthand):

Canonical link: https://commits.webkit.org/254375@main




More information about the webkit-changes mailing list