godot/drivers/windows
Rémi Verschelde 68735d2a88 Fix compilation warnings in JS and Windows builds
Warnings raised by Emscripten 1.38.0 and MinGW64 5.0.4 / GCC 8.3.0.

JS can now build with `werror=yes warnings=extra`.
MinGW64 still has a few warnings to resolve with `warnings=extra`,
and only one with `warnings=all`.

Part of #29033 and #29801.
2019-06-15 14:40:45 +02:00
..
dir_access_windows.cpp Capitalise drive letters 2019-03-10 00:36:54 +05:30
dir_access_windows.h Fix code style issues 2019-01-26 22:35:31 +01:00
file_access_windows.cpp Fix compilation warnings in JS and Windows builds 2019-06-15 14:40:45 +02:00
file_access_windows.h Add FileAccess::set_unix_permissions for Unix platforms 2019-04-07 15:45:30 -03:00
mutex_windows.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
mutex_windows.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rw_lock_windows.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
rw_lock_windows.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
semaphore_windows.cpp Style: Apply new changes from clang-format 8.0 2019-04-09 17:09:48 +02:00
semaphore_windows.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
thread_windows.cpp Replace CreateThread with QueueUserWorkItem 2019-01-19 00:31:10 +01:00
thread_windows.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00