From b2f1149b117986f407e4d84f0e6f04dbf68fb70b Mon Sep 17 00:00:00 2001 From: Matthias Klose Date: Mon, 3 Mar 2025 22:01:22 +0100 Subject: [PATCH] pr32392-workaround Gbp-Pq: Name pr32392-workaround.diff --- gprofng/libcollector/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gprofng/libcollector/Makefile.in b/gprofng/libcollector/Makefile.in index 4448745f1..76094fbcb 100644 --- a/gprofng/libcollector/Makefile.in +++ b/gprofng/libcollector/Makefile.in @@ -441,7 +441,7 @@ CSOURCES = \ collector.c \ $(NULL) -AM_CFLAGS = $(GPROFNG_CFLAGS) $(GPROFNG_NO_NONNULL_COMPARE_CFLAGS) +AM_CFLAGS = $(GPROFNG_CFLAGS) $(GPROFNG_NO_NONNULL_COMPARE_CFLAGS) -Wno-incompatible-pointer-types AM_CPPFLAGS = $(GPROFNG_CPPFLAGS) -I.. -I$(srcdir) \ -I$(srcdir)/../common -I$(srcdir)/../src \ -I$(srcdir)/../../include -- 2.30.2