diff --git a/Sources/Crdkafka/custom/config/config.h b/Sources/Crdkafka/custom/config/config.h index 62c7646d..a84565d4 100644 --- a/Sources/Crdkafka/custom/config/config.h +++ b/Sources/Crdkafka/custom/config/config.h @@ -8,6 +8,8 @@ #define SOLIB_EXT ".so" #endif +#pragma clang diagnostic ignored "-Wimplicit-function-declaration" + #ifdef __x86_64__ #define ARCH "x86_64" #elif defined(__arm64__) || defined(__arm__) || defined(__aarch64__)