paullouisageneau / libjuice

JUICE is a UDP Interactive Connectivity Establishment library
Mozilla Public License 2.0
403 stars 75 forks source link

Remove deprecated ATOMIC_VAR_INIT macro #241

Closed paullouisageneau closed 3 months ago

paullouisageneau commented 3 months ago

This PR removes the ATOMIC_VAR_INIT macro. It is useless in C11, deprecated in C17, and removed in C23.