diff --git a/CMakeLists.txt b/CMakeLists.txt index a66ea70a..c4d4286c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -186,7 +186,7 @@ HAVE_C11_ALIGNAS) # Check if we have C11 _Atomic CHECK_C_SOURCE_COMPILES( "#include - int _Atomic foo; + const int _Atomic foo = ATOMIC_VAR_INIT(~0); int main() { return atomic_load(&foo);