forked from sascha/godot
Fix warning using ERR_FAIL_INDEX on unsigned int
This method starting being used in 079ca220e1,
which now triggers this warning from GCC 10:
```
./core/error_macros.h:151:25: error: comparison of unsigned expression in '< 0' is always false [-Werror=type-limits]
```
4.0
parent
5f6368278f
commit
989a4deb2f
Loading…
Reference in New Issue