• Sam Hocevar's avatar
    Put (void)val; here and there to tell gcc we used the variable. · cfc98288
    Sam Hocevar authored
    The spin_lock wrappers do not use the return value of the functions they
    wrap, resulting in dozens of compiler warnings because they are inline
    functions. There is no elegant solution to this, I hope using (void)val;
    is the least shocking alternative.
    cfc98288
vlc_threads_funcs.h 23.1 KB