godot/modules/mbedtls
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
..
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
register_types.cpp Add mbedtls module 2018-02-14 01:26:23 +01:00
register_types.h Add mbedtls module 2018-02-14 01:26:23 +01:00
SCsub mbedtls: Update to upstream version 2.12.0 2018-07-28 11:16:58 +02:00
stream_peer_mbed_tls.cpp Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] 2018-09-27 16:25:24 +02:00
stream_peer_mbed_tls.h Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] 2018-09-27 16:25:24 +02:00