Files
godot/core
Rémi Verschelde 989a4deb2f 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]
```
2020-08-19 14:41:46 +02:00
..
2020-08-13 11:28:45 -03:00
2020-08-14 00:06:51 +02:00
2020-07-10 13:56:54 +01:00
2020-07-24 14:13:58 -03:00
2020-07-10 13:56:54 +01:00
2020-06-18 15:26:24 +02:00
2020-07-10 13:56:54 +01:00
2020-07-24 14:13:58 -03:00