Fixed warning [#CLICKHOUSE-2]

This commit is contained in:
Alexey Milovidov 2018-04-06 07:48:48 +03:00
parent e655cb0bff
commit 2ae9e719c6

View File

@ -40,7 +40,7 @@ int main(int, char **)
std::array<const char *, 2> arr{"hello", "world"};
DUMP(arr);
DUMP([]{});
//DUMP([]{});
S1 * s = nullptr;
DUMP(s);