From 1f714672693f637f81ac55cf4f4618c74d10e229 Mon Sep 17 00:00:00 2001 From: rbuj Date: Thu, 10 Oct 2019 20:21:39 +0200 Subject: Use WARN_CFLAGS which are only set with --enable-compiler-warnings It removes --enable-more-warnings, since it is recommended to use --enable-compile-warnings=maximum It updates configure summary. It removes c++ checks as there is no c++ code. --- src/capplet/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/capplet') diff --git a/src/capplet/Makefile.am b/src/capplet/Makefile.am index dfd31f2..12110b1 100644 --- a/src/capplet/Makefile.am +++ b/src/capplet/Makefile.am @@ -4,7 +4,7 @@ bin_PROGRAMS = mate-notification-properties mate_notification_properties_LDADD = $(NOTIFICATION_CAPPLET_LIBS) mate_notification_properties_SOURCES = mate-notification-properties.c - +mate_notification_properties_CFLAGS = $(WARN_CFLAGS) uidir = $(datadir)/mate-notification-daemon ui_DATA = mate-notification-properties.ui -- cgit v1.2.1