1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00
Files
godot/core/io
K. S. Ernest (iFire) Lee c1d9170194 Network port comparison is always false
error: comparison is always false due to limited range of data type [-Werror=type-limits]
  ERR_FAIL_COND_V_MSG(p_port < 0 || p_port > 65535, ERR_INVALID_PARAMETER, "The local port number must be between 0 and 65535 (inclusive).");
2021-06-30 02:39:17 -07:00
..
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-03 22:58:40 +07:00
2021-06-17 23:15:34 -04:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-06-11 18:48:42 +02:00
2021-05-25 11:54:28 +01:00