Emscripten compiler (for some reason) does not recognize uint, and cause: error: use of undeclared identifier 'uint'; did you mean 'int'?
Depends on D8488
Paths
| Differential D8489 Authored by kamil on Jul 12 2023, 6:21 AM.
Details
Diff Detail
Event Timelinekamil held this revision as a draft. Herald added a subscriber: ashoat. · View Herald TranscriptJul 12 2023, 6:21 AM2023-07-12 06:21:41 (UTC-7) Harbormaster completed remote builds in B20904: Diff 28635.Jul 12 2023, 6:39 AM2023-07-12 06:39:24 (UTC-7) Comment Actions Seems like unsigned int is the official type, and uint is typedefs by some compilers automatically This revision is now accepted and ready to land.Jul 14 2023, 2:27 AM2023-07-14 02:27:34 (UTC-7) Closed by commit rCOMM6c0a01336cc0: [native] replace `uint` with `unsigned int` (authored by kamil). · Explain WhyJul 20 2023, 6:56 AM2023-07-20 06:56:28 (UTC-7) This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 28635 native/cpp/CommonCpp/DatabaseManagers/SQLiteQueryExecutor.cpp
|