Enabling -Wextra-semi [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-08-26 04:11:58 +03:00
parent 0ae34550db
commit 0fd919fdc5

View File

@ -58,7 +58,7 @@ namespace ZeroTraits \
\
template <> \
inline void set<STRUCT>(STRUCT & x) { x.size = 0; } \
}; \
} \
\
template <> \
struct DefaultHash<STRUCT> \