godot/modules
Rémi Verschelde d952126caf Fix warnings in Android platform
Fixes the following Clang 7 warnings:
```
platform/android/os_android.h:240:16: warning: 'OS_Android::native_video_play' hides overloaded virtual function [-Woverloaded-virtual]
platform/android/os_android.h:241:15: warning: 'OS_Android::native_video_is_playing' hides overloaded virtual function [-Woverloaded-virtual]

platform/android/audio_driver_opensl.cpp:104:3: warning: suggest braces around initialization of subobject [-Wmissing-braces]

platform/android/audio_driver_opensl.cpp:129:10: warning: unused variable 'numOutputs' [-Wunused-variable]
platform/android/audio_driver_opensl.cpp:130:11: warning: unused variable 'deviceID' [-Wunused-variable]
platform/android/java_glue.cpp:795:10: warning: unused variable 'clsio' [-Wunused-variable]
platform/android/java_glue.cpp:890:12: warning: unused variable 'gob' [-Wunused-variable]
platform/android/java_glue.cpp:592:13: warning: unused variable 'resized' [-Wunused-variable]
platform/android/java_glue.cpp:593:13: warning: unused variable 'resized_reload' [-Wunused-variable]

modules/mobile_vr/mobile_vr_interface.cpp:401:8: warning: unused variable 'aspect_ratio' [-Wunused-variable]

drivers/unix/dir_access_unix.cpp:394:2: warning: THIS IS BROKEN [-W#warnings]
```
2018-10-03 15:17:00 +02:00
..
bmp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
bullet Fix mismatched class/struct definition warnings [-Wmismatched-tags] 2018-10-01 17:02:47 +02:00
csg Fix some more warnings reported by CI 2018-10-03 14:13:42 +02:00
cvtt SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
dds Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
enet SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
etc Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
freetype SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
gdnative Fix GDNative build warning on Android [-Wignored-attributes] 2018-10-03 14:23:04 +02:00
gdscript Fix various Clang 7 warnings about unused stuff 2018-10-01 17:32:12 +02:00
gridmap SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
hdr Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
jpg SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mbedtls SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
mobile_vr Fix warnings in Android platform 2018-10-03 15:17:00 +02:00
mono Merge pull request #22653 from neikeq/mono-mod-fix-gcc-warnings 2018-10-03 08:43:43 +02:00
ogg SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
opensimplex Remove redundant size property from NoiseTexture 2018-10-03 10:27:24 +02:00
opus SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
pvr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
recast SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
regex SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
squish SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
stb_vorbis Fix warning about functions defined but not used [-Wunused-function] 2018-09-29 22:26:12 +02:00
svg SCons: Remove avoidable defines from main env's CPPPATH 2018-10-01 11:59:22 +02:00
tga Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
thekla_unwrap -Many GLES2 optimizations 2018-09-30 23:11:24 -03:00
theora SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
tinyexr SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
upnp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
visual_script After using the generic visual script search, reset the generic search mode variable to false. 2018-09-30 10:05:16 -07:00
vorbis SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
webm SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
webp SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
websocket Fix -Wunused-function in websocket module 2018-09-29 22:26:32 +02:00
xatlas_unwrap -Many GLES2 optimizations 2018-09-30 23:11:24 -03:00
register_module_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00