Skip to content
Snippets Groups Projects
Commit 4966f430 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

C17 deprecated ATOMIC_INIT_VAR() so we can use regular initialization

Since even Microsoft (experimentally) claims to support C17 atomics
correctly, don't bother with the extra verbosity of using explicit
atomic "stuff" and just use assigment/access as normal.
parent f5571902
Branches
Tags
1 merge request!488Overhaul LZH code
Pipeline #7503 passed