vlc | branch: master | Rémi Denis-Courmont <[email protected]> | Sun Feb 23 17:59:49 2020 +0200| [17ff197827c800e3603aa2c10582d7ad0f97b9ed] | committer: Rémi Denis-Courmont
thread: fix syntax > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=17ff197827c800e3603aa2c10582d7ad0f97b9ed --- include/vlc_threads.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vlc_threads.h b/include/vlc_threads.h index de9081fea4..cc99db9766 100644 --- a/include/vlc_threads.h +++ b/include/vlc_threads.h @@ -307,7 +307,7 @@ typedef struct struct { atomic_uint value; atomic_uint recursion; - const void *_Atomic owner; + _Atomic (const void *) owner; }; #endif struct { _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
