mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
cdf54d6c5f
drivers/unix/net_socket_posix.cpp: In member function 'NetSocketPosix::NetError NetSocketPosix::_get_socket_error()': drivers/unix/net_socket_posix.cpp:197:22: warning: logical 'or' of equal expressions [-Wlogical-op] 197 | if (errno == EAGAIN || errno == EWOULDBLOCK) | ^ and: modules/mono/utils/string_utils.cpp: In function 'int {anonymous}::sfind(const String&, int)': modules/mono/utils/string_utils.cpp:68:48: error: logical 'or' of collectively exhaustive tests is always true [-Werror=logical-op] found = src[read_pos] == 's' || (c >= '0' || c <= '4'); ~~~~~~~~~^~~~~~~~~~~ |
||
---|---|---|
.. | ||
macros.h | ||
mono_reg_utils.cpp | ||
mono_reg_utils.h | ||
mutex_utils.h | ||
osx_utils.cpp | ||
osx_utils.h | ||
path_utils.cpp | ||
path_utils.h | ||
string_utils.cpp | ||
string_utils.h | ||
thread_local.cpp | ||
thread_local.h |