godot/drivers
Rémi Verschelde cdc411fd54 Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more
Fixes the following GCC 5 warnings:
```
core/os/file_access.cpp:49:19: warning: the address of 'FileAccess::create_func' will always evaluate as 'true' [-Waddress]
servers/audio_server.cpp:192:70: warning: comparison with string literal results in unspecified behaviour [-Waddress]

drivers/gles2/rasterizer_storage_gles2.cpp:4095:90: warning: NULL used in arithmetic [-Wpointer-arith]

modules/gdnative/register_types.cpp:237:3: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]
platform/android/export/export.cpp:207:1: warning: deprecated conversion from string constant to 'char*' [-Wwrite-strings]

modules/gdscript/gdscript.h:150:67: warning: returning reference to temporary [-Wreturn-local-addr]
servers/physics_2d/collision_object_2d_sw.h:119:56: warning: returning reference to temporary [-Wreturn-local-addr]
servers/physics_2d/collision_object_2d_sw.h:123:56: warning: returning reference to temporary [-Wreturn-local-addr]
servers/physics_2d/collision_object_2d_sw.h:127:50: warning: returning reference to temporary [-Wreturn-local-addr]
servers/physics_2d/collision_object_2d_sw.h:131:52: warning: returning reference to temporary [-Wreturn-local-addr]

editor/plugins/skeleton_editor_plugin.cpp:34:36: warning: extra tokens at end of #include directive
modules/bullet/bullet_types_converter.cpp:31:9: warning: #pragma once in main file

editor/import/editor_scene_importer_gltf.cpp:1996:51: warning: name lookup of 'i' changed
modules/visual_script/visual_script_property_selector.cpp:402:45: warning: name lookup of 'E' changed
scene/gui/tree.cpp:1268:25: warning: name lookup of 'i' changed
scene/resources/visual_shader.cpp:808:32: warning: name lookup of 'i' changed
```
2018-09-27 16:33:52 +02:00
..
alsa Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
alsamidi Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
convex_decomp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
coreaudio Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
coremidi Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
dummy Set uniform default values in inspector 2018-09-13 23:05:33 +02:00
gl_context Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
gles2 Fix various warnings: [-Waddress], [-Wpointer-arith], [-Wwrite-strings], [-Wreturn-local-addr] and more 2018-09-27 16:33:52 +02:00
gles3 Fix warnings about set but unused variables [-Wunused-but-set-variable] 2018-09-27 16:25:24 +02:00
png Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
pulseaudio Fix warnings for comparison between signed and unsigned integers [-Wsign-compare] 2018-09-27 16:25:23 +02:00
rtaudio Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
unix Fix invalid comparison warnings: [-Wbool-compare] and [-Wenum-compare] 2018-09-27 16:25:24 +02:00
wasapi Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
windows Unify StreamPeerTCP/TCP_Server with NetSocket API 2018-09-12 15:56:20 +02:00
winmidi Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
xaudio2 Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
zlib style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
register_driver_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_driver_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Added a new MIDIDriver class 2018-07-21 09:09:42 -03:00