From d1769434da63ee8db26677db45b76e1d323a2601 Mon Sep 17 00:00:00 2001 From: Simon Shanks Date: Tue, 23 Jan 2024 09:53:47 +0000 Subject: [PATCH] Permit build with 2.3.0 librdkafka. Fixes #104 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5af64c9..816e69f 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ else KFK_ROOT="${KAFKA_ROOT}" endif KFK_INCLUDE = ${KFK_ROOT}/include -W_OPTS = -Wall -Wno-strict-aliasing -Wno-parentheses -Wextra -Werror -Wsign-compare +W_OPTS = -Wall -Wno-strict-aliasing -Wno-parentheses -Wextra -Werror -Wsign-compare -Wno-ignored-qualifiers OPTS = -DKXVER=3 -shared -fPIC $(W_OPTS) LD_COMMON = -lz -lpthread -lssl -g -O2 LDOPTS_DYNAMIC = -L${KFK_ROOT}/lib/ -lrdkafka