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