pr32392-workaround
authorMatthias Klose <doko@debian.org>
Wed, 19 Feb 2025 06:58:28 +0000 (07:58 +0100)
committerMatthias Klose <doko@debian.org>
Wed, 19 Feb 2025 06:58:28 +0000 (07:58 +0100)
Gbp-Pq: Name pr32392-workaround.diff

gprofng/libcollector/Makefile.in

index 4448745f17e4b5a83c354100d58285a2592e5d0f..76094fbcb4f616c21fe64c0cc442e3ff234f0fe3 100644 (file)
@@ -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