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
io.h
language-apple.c
language-posix.c
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
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
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
path-darwin.c
path-macosx.m
path-unix.c
path-uwp.c
path-win.c
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
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 various: drop unused #include "config.h" 2023-02-20 14:21:18 +00:00
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-linux.c
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