mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 17:12:03 +00:00
Fix strange code
This commit is contained in:
parent
6a473d8998
commit
d1275091e8
@ -718,7 +718,7 @@ public:
|
||||
}
|
||||
else
|
||||
{
|
||||
static_assert(sizeof(FromDataType) == 0, "Failed to resolve return type.");
|
||||
static_assert(false, "Failed to resolve return type.");
|
||||
}
|
||||
|
||||
// To make PVS-Studio and GCC happy.
|
||||
|
Loading…
Reference in New Issue
Block a user