summaryrefslogtreecommitdiff
path: root/src/wm-tester
diff options
context:
space:
mode:
authorrbuj <[email protected]>2019-09-26 19:59:26 +0200
committerraveit65 <[email protected]>2019-10-01 14:14:44 +0200
commit54f10719ae236f67db8505a0217c190bac32c13b (patch)
tree16c7f25f01ce1238b97ab9014943a035b1bbeb69 /src/wm-tester
parent744f9ff68b10b168bcceb20e550ac0b8239e7fea (diff)
downloadmarco-54f10719ae236f67db8505a0217c190bac32c13b.tar.bz2
marco-54f10719ae236f67db8505a0217c190bac32c13b.tar.xz
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
Diffstat (limited to 'src/wm-tester')
-rw-r--r--src/wm-tester/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/wm-tester/Makefile.am b/src/wm-tester/Makefile.am
index 0faed456..8383556f 100644
--- a/src/wm-tester/Makefile.am
+++ b/src/wm-tester/Makefile.am
@@ -1,5 +1,7 @@
-AM_CPPFLAGS=@MARCO_CFLAGS@
+AM_CPPFLAGS = \
+ @MARCO_CFLAGS@ \
+ $(WARN_CFLAGS)
wm_tester_SOURCES= \
main.c