Rémi Verschelde
95131e6f23
Fix warnings on release builds (not DEBUG_ENABLED)
Fixes the following Clang 5 warnings:
```
modules/bmp/image_loader_bmp.cpp:46:60: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
modules/bmp/image_loader_bmp.cpp:48:61: warning: comparison of unsigned expression < 0 is always false [-Wtautological-compare]
drivers/png/image_loader_png.cpp:231:20: warning: comparison of unsigned expression >= 0 is always true [-Wtautological-compare]
scene/gui/graph_edit.cpp:1045:8: warning: comparison of constant 0 with expression of type 'bool' is always false [-Wtautological-constant-out-of-range-compare]
core/class_db.cpp:812:13: warning: unused variable 'check' [-Wunused-variable]
core/io/file_access_pack.cpp:172:11: warning: unused variable 'ver_rev' [-Wunused-variable]
core/math/bsp_tree.cpp:195:13: warning: unused variable 'plane' [-Wunused-variable]
core/math/bsp_tree.cpp:168:6: warning: unused variable 'plane_count' [-Wunused-variable]
modules/gdscript/gdscript_function.cpp:685:10: warning: unused variable 'ok' [-Wunused-variable]
modules/gdscript/gdscript_function.cpp:706:10: warning: unused variable 'ok' [-Wunused-variable]
modules/gdscript/gdscript_function.cpp:755:19: warning: unused variable 'var_type' [-Wunused-variable]
modules/gdscript/gdscript_function.cpp:1306:12: warning: unused variable 'err' [-Wunused-variable]
modules/gdscript/gdscript_function.cpp:158:15: warning: unused function '_get_var_type' [-Wunused-function]
modules/gdscript/gdscript_parser.cpp:750:20: warning: unused variable 'lv' [-Wunused-variable]
modules/gdscript/gdscript_parser.cpp:59:15: warning: unused function '_find_function_name' [-Wunused-function]
scene/main/node.cpp:2489:13: warning: unused function '_Node_debug_sn' [-Wunused-function]
```
2018-10-03 17:34:55 +02:00
..
2018-10-02 09:49:17 +02:00
2018-09-24 02:31:03 +02:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-24 02:31:03 +02:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-12 09:52:22 +02:00
2018-01-05 01:22:23 +01:00
2018-09-24 19:32:36 +02:00
2018-07-10 15:06:36 +02:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-12 09:52:22 +02:00
2018-01-05 01:22:23 +01:00
2018-09-25 22:51:13 +02:00
2018-09-12 23:53:10 -03:00
2018-09-12 09:52:22 +02:00
2018-02-21 19:46:06 +01:00
2018-09-27 18:34:30 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-07 13:49:10 -03:00
2018-10-03 17:34:55 +02:00
2018-08-20 13:39:16 -03:00
2018-09-12 09:52:22 +02:00
2018-01-05 01:22:23 +01:00
2018-05-01 16:32:30 +02:00
2018-04-15 14:53:28 +03:00
2018-09-12 09:52:22 +02:00
2018-03-23 21:27:30 +07:00
2018-09-19 14:05:44 -03:00
2018-01-05 01:22:23 +01:00
2018-09-12 09:52:22 +02:00
2018-08-11 12:04:26 +02:00
2018-09-29 22:26:12 +02:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-12 09:52:22 +02:00
2018-07-24 19:59:40 -03:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-12 09:52:22 +02:00
2018-02-23 13:01:28 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-12 09:52:22 +02:00
2018-01-05 01:22:23 +01:00
2018-09-12 09:52:22 +02:00
2018-07-26 08:58:35 -04:00
2018-09-12 09:52:22 +02:00
2018-09-07 13:49:10 -03:00
2018-06-18 22:12:08 -03:00
2018-01-05 01:22:23 +01:00
2018-09-28 10:53:24 +02:00
2018-09-23 20:59:35 +02:00
2018-09-12 09:52:22 +02:00
2018-08-11 10:37:03 +03:00
2018-09-27 16:25:24 +02:00
2018-09-23 16:25:43 -03:00
2018-09-15 00:55:22 +02:00
2018-09-15 00:55:22 +02:00
2018-09-27 10:29:48 +02:00
2018-06-07 12:52:00 -03:00
2018-09-28 14:07:39 +02:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-09-12 09:52:22 +02:00
2018-07-07 13:48:34 +03:00
2018-10-02 10:36:20 +02:00
2018-08-25 05:17:07 +02:00
2018-05-14 02:14:56 -03:00
2018-01-20 21:03:20 +01:00
2018-09-12 09:52:22 +02:00
2018-06-13 14:08:04 -03:00
2018-09-12 09:52:22 +02:00
2018-07-26 08:58:35 -04:00
2018-09-30 22:49:45 +02:00
2018-09-12 17:41:12 +02:00
2018-09-29 22:26:12 +02:00
2018-01-19 00:01:23 +01:00
2018-09-27 18:34:30 +02:00
2018-05-12 10:23:06 +02:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-01-05 01:22:23 +01:00
2018-09-27 16:33:52 +02:00
2018-09-27 18:34:30 +02:00
2018-09-27 18:34:30 +02:00
2018-01-07 12:57:48 -03:00
2018-01-15 00:36:57 +01:00
2018-01-15 00:36:57 +01:00