HomePhabricator
Diffusion Comm 6c0a01336cc0

[native] replace `uint` with `unsigned int`

Description

[native] replace uint with unsigned int

Summary:
Emscripten compiler (for some reason) does not recognize uint, and cause: error: use of undeclared identifier 'uint'; did you mean 'int'?

Depends on D8488

Test Plan: N/A

Reviewers: michal, tomek, jon, atul

Reviewed By: michal

Subscribers: ashoat

Differential Revision: https://phab.comm.dev/D8489

Details

Provenance
kamilAuthored on Jul 11 2023, 7:44 AM
Reviewer
michal
Differential Revision
D8489: [native] replace `uint` with `unsigned int`
Parents
rCOMM21bb64c23e31: [nix] Enable C++17 support for Emscripten
Branches
Unknown
Tags
Unknown