virtualx-engine/drivers/unix
Rémi Verschelde bca2d3ad40 Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare]
Fixes the following GCC 5 warnings and actual bugs:
```
drivers/unix/net_socket_posix.cpp:562:28: warning: comparison between 'enum IP::Type' and 'enum NetSocket::Type' [-Wenum-compare]
modules/gdscript/gdscript_function.cpp:792:26: warning: comparison of constant '17' with boolean expression is always true [-Wbool-compare]
modules/gdscript/gdscript_function.cpp:792:26: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
modules/gdscript/gdscript_parser.cpp:5082:58: warning: comparison of constant '6' with boolean expression is always false [-Wbool-compare]
modules/gdscript/gdscript_parser.cpp:5082:58: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
modules/mbedtls/stream_peer_mbed_tls.cpp:286:45: warning: comparison between 'enum StreamPeerTCP::Status' and 'enum StreamPeerSSL::Status' [-Wenum-compare]
modules/mbedtls/stream_peer_mbed_tls.cpp:313:45: warning: comparison between 'enum StreamPeerTCP::Status' and 'enum StreamPeerSSL::Status' [-Wenum-compare]
```
2018-09-27 16:25:24 +02:00
..
dir_access_unix.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
dir_access_unix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
file_access_unix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
file_access_unix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
ip_unix.cpp Various coverity scan fixes for networking 2018-04-21 15:36:41 +02:00
ip_unix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mutex_posix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
mutex_posix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
net_socket_posix.cpp Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] 2018-09-27 16:25:24 +02:00
net_socket_posix.h Properly initialize Winsock on startup 2018-09-13 16:05:47 +02:00
os_unix.cpp Properly initialize Winsock on startup 2018-09-13 16:05:47 +02:00
os_unix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rw_lock_posix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rw_lock_posix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
SCsub Add initial support for the XDG Base Directory spec 2017-11-19 20:54:24 +01:00
semaphore_posix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
semaphore_posix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
socket_helpers.h Set SO_BROADCAST socket option for UDP sockets. 2018-06-05 12:14:18 +02:00
syslog_logger.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
syslog_logger.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thread_posix.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thread_posix.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00