You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
chore(compilation): gcc warning for array init
This commit is contained in:
committed by
Aleksei Bukhalov
parent
fe0e67e8a1
commit
667d5a05a0
@ -32,7 +32,7 @@ struct TestClass
|
|||||||
{
|
{
|
||||||
int value[1024];
|
int value[1024];
|
||||||
|
|
||||||
TestClass(int val) : value(val)
|
TestClass(int val) : value{val}
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user