We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fb933 commit 7598e67Copy full SHA for 7598e67
extra_plugins/output/clickhouse/src/clickhouse.h
@@ -0,0 +1,14 @@
1
+/**
2
+ * @file
3
+ * @author Michal Sedlak <[email protected]>
4
+ * @brief ClickHouse client library wrapper
5
+ * @date 2025
6
+ *
7
+ * Copyright(c) 2025 CESNET z.s.p.o.
8
+ * SPDX-License-Identifier: BSD-3-Clause
9
+ */
10
+
11
+#pragma GCC diagnostic push
12
+#pragma GCC diagnostic ignored "-Wpedantic"
13
+#include <clickhouse/client.h>
14
+#pragma GCC diagnostic pop
0 commit comments