It was never used, so no bad consequences (I plan to use it soon).
@ -41,7 +41,7 @@ using std::memory_order_acq_rel;
#include <time.h> /* vlc_atomic_timedwait_daytime */
#define VLC_STATIC_RC { \
.refs = 0 \
.refs = (uintptr_t) 1 \
}
typedef struct vlc_atomic_rc_t {