mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-23 00:44:33 +00: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];
|
||||
|
||||
TestClass(int val) : value(val)
|
||||
TestClass(int val) : value{val}
|
||||
{
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user