virtualx-engine/modules/mono
marxin cdf54d6c5f Ignore a warning in _get_socket_error (-Wlogical-op).
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');
                                       ~~~~~~~~~^~~~~~~~~~~
2019-05-02 11:11:52 +02:00
..
build_scripts SCons: Always use env.Prepend for CPPPATH 2019-04-30 13:12:06 +02:00
doc_classes doc: Drop unused <demos> tag 2019-04-19 11:03:46 +02:00
editor Merge pull request #28423 from neikeq/dont-forget-to-think-a-name-for-this-branch 2019-04-29 16:56:25 +02:00
glue Make "decimal" functions more consistent 2019-04-30 13:49:17 -04:00
mono_gd C#: Support resource type hint in exported arrays 2019-04-29 21:20:05 +02:00
utils Ignore a warning in _get_socket_error (-Wlogical-op). 2019-05-02 11:11:52 +02:00
config.py Mono: Reorganize build scripts 2019-04-07 19:03:09 +02:00
csharp_script.cpp C#: Support resource type hint in exported arrays 2019-04-29 21:20:05 +02:00
csharp_script.h Mono: Lazily load scripts metadata file 2019-04-26 19:53:44 +02:00
godotsharp_defs.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
godotsharp_dirs.cpp Mono: Fix export template build errors 2019-02-15 19:52:22 +01:00
godotsharp_dirs.h Mono: Fix export template build errors 2019-02-15 19:52:22 +01:00
mono_gc_handle.cpp Mono: Lifetime fixes for CSharpInstance and instance binding data 2019-02-03 06:47:25 +01:00
mono_gc_handle.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
register_types.cpp Consistency in resource format saver/loader de-registration 2019-01-10 12:45:57 +01:00
register_types.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub Mono: Add compiler flags to env_mono instead of env 2019-04-07 19:03:13 +02:00
signal_awaiter_utils.cpp C#: Add marshalling support for IEnumerable and IDictionary 2019-04-06 12:14:37 +02:00
signal_awaiter_utils.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00