mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-17 13:13:36 +00:00
Enabling -Wextra-semi [#CLICKHOUSE-2]
This commit is contained in:
parent
fa6e364f68
commit
0ae34550db
@ -768,4 +768,4 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
};
|
||||
}
|
||||
|
@ -1547,5 +1547,4 @@ private:
|
||||
const ExternalDictionaries & dictionaries;
|
||||
};
|
||||
|
||||
|
||||
};
|
||||
}
|
||||
|
@ -47,7 +47,8 @@ template <bool>
|
||||
UInt8 xor_or_identity(const UInt8 c, const int mask)
|
||||
{
|
||||
return c ^ mask;
|
||||
};
|
||||
}
|
||||
|
||||
template <>
|
||||
inline UInt8 xor_or_identity<false>(const UInt8 c, const int)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user