forked from qt-creator/qt-creator
Utils: Fix compiler warning for gcc < 5.2
Change-Id: Ic6d8b6cfd9bcf09aede9295fb39832604e7bd218 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
@@ -129,7 +129,7 @@ struct ALIGNAS_16 StringDataLayout {
|
||||
union {
|
||||
AllocatedLayout allocated;
|
||||
ReferenceLayout reference;
|
||||
ShortStringLayout shortString = {};
|
||||
ShortStringLayout shortString = ShortStringLayout();
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user