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/daemon/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon') diff --git a/src/daemon/Makefile.am b/src/daemon/Makefile.am index db1f6be..179e964 100644 --- a/src/daemon/Makefile.am +++ b/src/daemon/Makefile.am @@ -14,6 +14,8 @@ mate_notification_daemon_SOURCES = \ mate_notification_daemon_LDADD = $(NOTIFICATION_DAEMON_LIBS) +mate_notification_daemon_CFLAGS = $(WARN_CFLAGS) + mate_notification_daemon_built_sources = \ mnd-dbus-generated.h \ mnd-dbus-generated.c \ -- cgit v1.2.1