mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-25 00:52:02 +00:00
Fix build
This commit is contained in:
parent
aaca32f6a7
commit
ad4bde6b8b
@ -148,7 +148,7 @@ void resetCoverage()
|
|||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
std::span<uintptr_t> getCoverage()
|
std::span<const uintptr_t> getCoverage()
|
||||||
{
|
{
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user