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.
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
changed milestone to %OPAL 2021.1
created merge request !454 (merged) to address this issue
mentioned in merge request !454 (merged)
closed via merge request !454 (merged)