pr32392-workaround
authorMatthias Klose <doko@debian.org>
Sun, 15 Dec 2024 10:00:07 +0000 (11:00 +0100)
committerMatthias Klose <doko@debian.org>
Sun, 15 Dec 2024 10:00:07 +0000 (11:00 +0100)
Gbp-Pq: Name pr32392-workaround.diff

gprofng/libcollector/Makefile.in

index ce8755c80c9ff24a1d67024f0e46de72d9d0bd28..038bfa23bc1b42e7031777bff147ee7c0d7fee81 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