diff --git a/Core/Reporting.cpp b/Core/Reporting.cpp index ef56105a8c15..20de561636ae 100644 --- a/Core/Reporting.cpp +++ b/Core/Reporting.cpp @@ -113,8 +113,8 @@ namespace Reporting static std::condition_variable crcCond; static Path crcFilename; static std::map crcResults; - static std::atomic crcPending = false; - static std::atomic crcCancel = false; + static std::atomic crcPending{}; + static std::atomic crcCancel{}; static std::thread crcThread; static u32 CalculateCRC(BlockDevice *blockDevice, std::atomic *cancel) {