[webkit-changes] [WebKit/WebKit] ab6088: Fix internal build after warning from 258484 at main

Alex Christensen noreply at github.com
Thu Jan 5 13:46:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ab6088bdd4ab83d342c4985ba314306343c9dd0e
      https://github.com/WebKit/WebKit/commit/ab6088bdd4ab83d342c4985ba314306343c9dd0e
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
    M Source/WTF/wtf/Int128.h

  Log Message:
  -----------
  Fix internal build after warning from 258484 at main
https://bugs.webkit.org/show_bug.cgi?id=250147
rdar://103925489

Unreviewed.

Calling pairIntHash with uint64_t parameters not only ignores 32 bits of the uint64_t, but it caused a compiler warning in an internal file that includes Int128.h

* Source/WTF/wtf/Int128.h:
(WTF::DefaultHash<UInt128>::hash):
(WTF::DefaultHash<Int128>::hash):

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




More information about the webkit-changes mailing list