diff options
author | raveit65 <[email protected]> | 2020-04-09 12:11:52 +0200 |
---|---|---|
committer | Robert Antoni Buj Gelonch <[email protected]> | 2020-04-09 14:32:36 +0200 |
commit | 5b5fb8f98938fa6928947f27715cadc247678cc2 (patch) | |
tree | a76ccf7055c561a22274cb686e6ca3c6c18c40f8 /src | |
parent | 9d5c5d46698a9fa0542b85d1ccd125e12651676f (diff) | |
download | mate-indicator-applet-5b5fb8f98938fa6928947f27715cadc247678cc2.tar.bz2 mate-indicator-applet-5b5fb8f98938fa6928947f27715cadc247678cc2.tar.xz |
use MATE_COMPILE_WARNINGS from mate-common
default WARN_CFLAGS level is [yes]
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 9 |
1 files changed, 6 insertions, 3 deletions
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 \ |