Utils: Fix compiler warning for gcc < 5.2

Change-Id: Ic6d8b6cfd9bcf09aede9295fb39832604e7bd218
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Marco Bubke
2016-03-07 14:43:48 +01:00
parent a684a52a2e
commit 68539491cd

View File

@@ -129,7 +129,7 @@ struct ALIGNAS_16 StringDataLayout {
union {
AllocatedLayout allocated;
ReferenceLayout reference;
ShortStringLayout shortString = {};
ShortStringLayout shortString = ShortStringLayout();
};
};