summaryrefslogtreecommitdiff
path: root/indra/llmath/llsimdtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'indra/llmath/llsimdtypes.h')
-rw-r--r--indra/llmath/llsimdtypes.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/llmath/llsimdtypes.h b/indra/llmath/llsimdtypes.h
index 9db152adf8..11462170fb 100644
--- a/indra/llmath/llsimdtypes.h
+++ b/indra/llmath/llsimdtypes.h
@@ -60,7 +60,7 @@ public:
inline operator bool() const { return static_cast<const bool&>(m_bool); }
private:
- int m_bool;
+ int m_bool{ 0 };
};
#if LL_WINDOWS
@@ -118,7 +118,7 @@ public:
}
private:
- LLQuad mQ;
+ LLQuad mQ{};
};
#endif //LL_SIMD_TYPES_H