replace uint with unsigned int
uint
is not a standardised type in C++. It should be replaced with unsigned int
.
On macOS compilation is failing with current Xcode with the error
error: 'uint' was not declared in this scope
Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.
gitlab.psi.ch will be shutdown by end of November! Please migrate repositories to https://gitea.psi.ch - if you need help, contact gitea@psi.ch
uint
is not a standardised type in C++. It should be replaced with unsigned int
.
On macOS compilation is failing with current Xcode with the error
error: 'uint' was not declared in this scope