We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9e77097 + f93500b commit 80e681dCopy full SHA for 80e681d
1 file changed
src/asherah.cc
@@ -11,7 +11,7 @@
11
#include <atomic>
12
#include <napi.h>
13
14
-static volatile std::atomic<int32_t> setup_state{0};
+static std::atomic<int32_t> setup_state{0};
15
16
class Asherah : public Napi::Addon<Asherah> {
17
public:
0 commit comments