mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-22 15:42:02 +00:00
Fix clang build
This commit is contained in:
parent
04a0ac66d8
commit
52cf85eaee
@ -9,9 +9,8 @@
|
|||||||
#include <Common/Arena.h>
|
#include <Common/Arena.h>
|
||||||
#include <Common/Stopwatch.h>
|
#include <Common/Stopwatch.h>
|
||||||
|
|
||||||
#if !__clang__
|
|
||||||
#pragma GCC diagnostic ignored "-Wframe-larger-than="
|
#pragma GCC diagnostic ignored "-Wframe-larger-than="
|
||||||
#endif
|
|
||||||
|
|
||||||
/** This test program evaluates different solutions for a simple degenerate task:
|
/** This test program evaluates different solutions for a simple degenerate task:
|
||||||
* Aggregate data by UInt8 key, calculate "avg" function on Float values.
|
* Aggregate data by UInt8 key, calculate "avg" function on Float values.
|
||||||
|
Loading…
Reference in New Issue
Block a user