Fix GCC warning.
This commit is contained in:
parent
7e82a54417
commit
431b0bddbc
@ -38,7 +38,7 @@ class ThreadLocalStorage {
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
struct Node {
|
struct Node {
|
||||||
T value{};
|
T value;
|
||||||
char padding[TD_CONCURRENCY_PAD];
|
char padding[TD_CONCURRENCY_PAD];
|
||||||
};
|
};
|
||||||
static constexpr int32 MAX_THREAD_ID = 128;
|
static constexpr int32 MAX_THREAD_ID = 128;
|
||||||
|
Loading…
Reference in New Issue
Block a user