From aa92274c1c726874e7f427990fd50db306ea7723 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 8 Jun 2019 15:45:19 +0100 Subject: [PATCH] Makefile: Silence python function cast warnings in GCC 8 Signed-off-by: Michael Tremer --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index f947573a1..02120535d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -224,7 +224,8 @@ _pakfire_la_CFLAGS = \ $(AM_CFLAGS) \ $(PYTHON_DEVEL_CFLAGS) \ $(CAP_CFLAGS) \ - $(SOLV_CFLAGS) + $(SOLV_CFLAGS) \ + -Wno-cast-function-type _pakfire_la_LDFLAGS = \ $(AM_LDFLAGS) \ -- 2.47.2