Fix unused variable warning on GCC 14.

This commit is contained in:
Hans-Kristian Arntzen 2024-05-09 12:26:58 +02:00
parent 84cdc3b68e
commit 476f384eb7

View File

@ -169,7 +169,7 @@ public:
~LoopLock();
private:
uint32_t *lock;
uint32_t *lock = nullptr;
};
// This must be held while iterating over a type ID array.