mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
gcc: make older compilers happier
Use {{}} for array initializer to quite warning for older gcc.
This commit is contained in:
parent
f7df63748a
commit
2a1a7a863d
@ -78,7 +78,7 @@ static const uint32_t _crctab[] = {
|
|||||||
* TODO: check if it speeds also non X86_64 arch
|
* TODO: check if it speeds also non X86_64 arch
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static unsigned int _crc32_lookup[16][256] = { 0 };
|
static unsigned int _crc32_lookup[16][256] = { { 0 } };
|
||||||
|
|
||||||
static void _initialise_crc32(void)
|
static void _initialise_crc32(void)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user