vlc/modules/keystore
Steve Lhomme 9f113f8e61 remove deprecated ATOMIC_VAR_INIT() usage
It's deprecated in C17 [1]. Atomic initializers don't need this macro.

Even with std=gnu11, clang 14+ would issue a warning it's deprecated.

[1] https://www.open-std.org/jtc1/sc22/wg14/www/docs/n2244.htm#dr_485
2024-02-06 08:32:48 +00:00
..
file_crypt_android.c modules: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
file_crypt_win32.c
file_crypt.h
file.c modules: include unistd.h when using ftruncate() 2023-04-27 19:44:35 +00:00
keychain.m macOS: fix OSStatus display 2023-10-20 11:07:58 +00:00
kwallet.c modules: set VLC_MALLOC on strings allocated by a memstream 2023-11-28 06:35:20 +00:00
list_util.c
list_util.h
Makefile.am modules: split android_env from android_utils 2023-03-15 15:30:09 +01:00
memory.c modules: include vlc_threads.h when vlc_mutex_t is used 2023-04-27 19:44:35 +00:00
meson.build meson: add initial meson build system 2023-01-04 14:48:39 +00:00
secret.c remove deprecated ATOMIC_VAR_INIT() usage 2024-02-06 08:32:48 +00:00