From: Matthias Klose Date: Mon, 3 Feb 2025 05:36:41 +0000 (+0100) Subject: pr32392-workaround X-Git-Tag: archive/raspbian/2.44-3+rpi1^2^2^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bad9e38d69c8af450fd1f87ab7f5734ce0962d42;p=binutils.git pr32392-workaround Gbp-Pq: Name pr32392-workaround.diff --- 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