We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298067a commit 1638b32Copy full SHA for 1638b32
Sources/Crdkafka/custom/config/config.h
@@ -8,6 +8,8 @@
8
#define SOLIB_EXT ".so"
9
#endif
10
11
+#pragma clang diagnostic ignored "-Wimplicit-function-declaration"
12
+
13
#ifdef __x86_64__
14
#define ARCH "x86_64"
15
#elif defined(__arm64__) || defined(__arm__) || defined(__aarch64__)
0 commit comments