mpv/osdep
llyyr 06c26e37ed osdep: fix clang warnings with `_FORTIFY_SOURCE`
This fixes warnings generated for `-Wunused-result` when mpv is built
with `-O1 -D_FORTIFY_SOURCE=1` or higher on clang since read/write
functions are declared with the `warn_unused_result` attribute.
Cast to void to avoid these warnings.
2023-10-24 22:49:22 +02:00
..
android
macos vo_gpu/vo_gpu_next: add vulkan support for macOS 2023-10-14 18:39:56 +02:00
win32 win32/pthread: fix calculation error in pthread_cond_timedwait 2023-10-21 15:56:01 +02:00
apple_utils.c
apple_utils.h
compiler.h osdep: remove alignof emulation 2023-10-23 00:10:42 +00:00
endian.h
getpid.h
glob-win.c
io.c osdep/io: provide dlopen, etc. abstraction wrappers for windows 2023-09-20 02:16:45 +00:00
io.h osdep/io: provide dlopen, etc. abstraction wrappers for windows 2023-09-20 02:16:45 +00:00
language-apple.c
language-posix.c language-posix: as a fallback, treat "C" as "en" 2023-07-25 11:34:06 +02:00
language-win.c
macOS_swift_bridge.h vo_gpu/vo_gpu_next: add vulkan support for macOS 2023-10-14 18:39:56 +02:00
macosx_application.h vo_gpu/vo_gpu_next: add vulkan support for macOS 2023-10-14 18:39:56 +02:00
macosx_application.m vo_gpu/vo_gpu_next: add vulkan support for macOS 2023-10-14 18:39:56 +02:00
macosx_application_objc.h
macosx_compat.h
macosx_events.h
macosx_events.m
macosx_events_objc.h
macosx_menubar.h
macosx_menubar.m player/command: remove video-aspect property 2023-08-31 17:37:42 +00:00
macosx_menubar_objc.h
macosx_touchbar.h
macosx_touchbar.m
macosx_versions.h
main-fn-cocoa.c
main-fn-unix.c
main-fn-win.c win32: allow heap cache optimization and memory decommit 2023-09-01 16:58:56 +02:00
main-fn.h
meson.build osdep/meson: add libplacebo include dir to swift compile 2023-10-24 01:30:22 +00:00
mpv.exe.manifest
mpv.rc build: remove outdated generated directory 2023-07-31 19:00:06 +00:00
path-darwin.c path-{darwin,unix}: save cache to subdir when using non-XDG path 2023-09-07 13:59:49 +00:00
path-macosx.m
path-unix.c path-{darwin,unix}: save cache to subdir when using non-XDG path 2023-09-07 13:59:49 +00:00
path-uwp.c
path-win.c path-win: move state directory to %LOCALAPPDATA% 2023-07-29 14:27:59 +00:00
path.h
poll_wrapper.c poll_wrapper: use the actual correct timeout for ppoll 2023-10-17 15:05:33 +00:00
poll_wrapper.h vo: use mp_poll wrapper in wait_events when applicable 2023-10-10 19:10:55 +00:00
semaphore.h
semaphore_osx.c
strnlen.h
subprocess-dummy.c
subprocess-posix.c osdep: fix clang warnings with `_FORTIFY_SOURCE` 2023-10-24 22:49:22 +02:00
subprocess-win.c
subprocess.c
subprocess.h
terminal-dummy.c
terminal-unix.c osdep: fix clang warnings with `_FORTIFY_SOURCE` 2023-10-24 22:49:22 +02:00
terminal-win.c
terminal.h
threads.c threads: add support for pthread_mutex_trylock 2023-10-20 21:33:46 +02:00
threads.h threads: add support for pthread_mutex_trylock 2023-10-20 21:33:46 +02:00
timer-darwin.c timer: change mp_sleep_us to mp_sleep_ns 2023-10-10 19:10:55 +00:00
timer-linux.c timer: change mp_sleep_us to mp_sleep_ns 2023-10-10 19:10:55 +00:00
timer-win2.c osdep/timer-win2: use Waitable Timer for sleeping 2023-10-10 19:10:55 +00:00
timer.c timer: drop ancient macOS fallback 2023-10-21 14:05:22 +00:00
timer.h timer: remove microsecond timer functions 2023-10-16 15:38:59 +00:00
w32_keyboard.c input: add missing windows multimedia keys 2023-08-27 16:14:27 +00:00
w32_keyboard.h
win32-console-wrapper.c
windows_utils.c various: sort some standard headers 2023-10-20 21:31:09 +02:00
windows_utils.h