[link-metrics] make union packed to fix warning (#11920)

Clang warns that mMetricsValue is less aligned that its
union type. Make the union packed to fix this.

Signed-off-by: Damian Krolik <[email protected]>
This commit is contained in:
Damian Królik
2025-09-10 10:42:51 -07:00
committed by GitHub
parent e1d8a05c29
commit 07a278fb29
+1 -1
View File
@@ -153,7 +153,7 @@ public:
private:
uint8_t mMetricsTypeId;
union
union OT_TOOL_PACKED_FIELD
{
uint8_t m8;
uint32_t m32;