From 6a78389888398f3aa2fe4e471cbf8c9551cbb1f2 Mon Sep 17 00:00:00 2001 From: raveit65 Date: Thu, 9 Apr 2020 12:11:52 +0200 Subject: use MATE_COMPILE_WARNINGS from mate-common default WARN_CFLAGS level is [yes] --- src/Makefile.am | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index e60f286..2f402aa 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -25,7 +25,8 @@ mate_indicator_applet_CFLAGS = \ -DINDICATOR_APPLET \ -I$(srcdir)/.. \ $(APPLET_CFLAGS) \ - $(INDICATOR_CFLAGS) + $(INDICATOR_CFLAGS) \ + $(WARN_CFLAGS) mate_indicator_applet_SOURCES = \ applet-main.c \ @@ -47,7 +48,8 @@ mate_indicator_applet_appmenu_CFLAGS = \ -DINDICATOR_APPLET_APPMENU \ -I$(srcdir)/.. \ $(APPLET_CFLAGS) \ - $(INDICATOR_CFLAGS) + $(INDICATOR_CFLAGS) \ + $(WARN_CFLAGS) mate_indicator_applet_appmenu_SOURCES = \ applet-main.c \ @@ -69,7 +71,8 @@ mate_indicator_applet_complete_CFLAGS = \ -DINDICATOR_APPLET_COMPLETE \ -I$(srcdir)/.. \ $(APPLET_CFLAGS) \ - $(INDICATOR_CFLAGS) + $(INDICATOR_CFLAGS) \ + $(WARN_CFLAGS) mate_indicator_applet_complete_SOURCES = \ applet-main.c \ -- cgit v1.2.1