mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-26 16:33:33 +00:00
Integer literals need to be suffixed with `u` in order to be unsigned. This also includes 0. Tint has new validation that now checks for this. Bug: tint:632 Change-Id: I1af07590d93620561df1a0084521eb071d4af7ed Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/44766 Commit-Queue: Ben Clayton <bclayton@google.com> Commit-Queue: Corentin Wallez <cwallez@chromium.org> Auto-Submit: Ben Clayton <bclayton@google.com> Reviewed-by: Corentin Wallez <cwallez@chromium.org>