godot/drivers
Rémi Verschelde 97b9697ea2 Fix some OSX and iOS Clang warnings
Fixes the following XCode 9.4.1 warnings:
```
core/os/memory.cpp:175:13: warning: unused variable 's' [-Wunused-variable]
drivers/coremidi/core_midi.cpp:68:14: warning: comparison between NULL and non-pointer ('MIDIEndpointRef' (aka 'unsigned int') and NULL) [-Wnull-arithmetic]
drivers/gles2/rasterizer_gles2.cpp:77:24: warning: unused function '_gl_debug_print' [-Wunused-function,34]
drivers/unix/thread_posix.cpp:106:12: warning: unused variable 'running_thread' [-Wunused-variable,34]
modules/gdnative/nativescript/nativescript.h:371:16: warning: in-class initialization of non-static data member is a C++11 extension [-Wc++11-extensions]
platform/iphone/gl_view.mm:56:14: warning: unused variable 'video_previous_volume' [-Wunused-variable,34]
platform/iphone/gl_view.mm:251:12: warning: unused function 'get_first_id' [-Wunused-function,34]
platform/iphone/main.m:45:15: warning: unused variable 'app' [-Wunused-variable,34]
platform/osx/os_osx.mm:79:15: warning: unused function 'convertRectToBacking' [-Wunused-function]
```
2018-10-04 11:50:16 +02:00
..
alsa SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
alsamidi SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
convex_decomp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
coreaudio SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
coremidi SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
dummy Moving lens distortion shader into drivers and adding GLES2 support 2018-10-02 17:14:43 +10:00
gl_context SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
gles2 Fix some OSX and iOS Clang warnings 2018-10-04 11:50:16 +02:00
gles3 Fix some more warnings reported by CI 2018-10-03 14:13:42 +02:00
png Fix warnings on release builds (not DEBUG_ENABLED) 2018-10-03 17:34:55 +02:00
pulseaudio SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
rtaudio SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
unix Fix some OSX and iOS Clang warnings 2018-10-04 11:50:16 +02:00
wasapi SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
windows SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
winmidi SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
xaudio2 SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
register_driver_types.cpp SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
register_driver_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCons: Build core's thirdparty code in own environment 2018-09-28 11:40:41 +02:00