Fix clang build

This commit is contained in:
Alexey Milovidov 2020-08-13 23:13:13 +03:00
parent 04a0ac66d8
commit 52cf85eaee

View File

@ -9,9 +9,8 @@
#include <Common/Arena.h>
#include <Common/Stopwatch.h>
#if !__clang__
#pragma GCC diagnostic ignored "-Wframe-larger-than="
#endif
/** This test program evaluates different solutions for a simple degenerate task:
* Aggregate data by UInt8 key, calculate "avg" function on Float values.