Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 509e1a99b6f4e96639c79361a455824c210c478d
https://github.com/WebKit/WebKit/commit/509e1a99b6f4e96639c79361a455824c210c478d
Author: Ross Kirsling <[email protected]>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M Source/JavaScriptCore/disassembler/zydis/Zydis.c
Log Message:
-----------
Zydis build fails in Win debug
https://bugs.webkit.org/show_bug.cgi?id=293283
Unreviewed build fix.
Zydis.c.inc(37855,27): error: comparison of integers of different signs: 'const
ZydisRegisterClass' (aka 'const enum ZydisRegisterClass_') and 'unsigned long
long' [-Werror,-Wsign-compare]
37855 | ZYAN_ASSERT(reg_class < ZYAN_ARRAY_LENGTH(STATIC_MAPPING));
* Source/JavaScriptCore/disassembler/zydis/Zydis.c:
Add to the IGNORE_WARNINGS list.
Canonical link: https://commits.webkit.org/295150@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes