mirror of
https://github.com/KhronosGroup/SPIRV-Cross.git
synced 2024-11-08 13:20:06 +00:00
Fix unused variable warning on GCC 14.
This commit is contained in:
parent
84cdc3b68e
commit
476f384eb7
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user