summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2011-10-25 00:05:46 +0000
committerHisham Muhammad <hisham@gobolinux.org>2011-10-25 00:05:46 +0000
commitd1b1cbc75715eb4f40a444d3a1d2741b3617b1f0 (patch)
treed7ba15bd1300fff66757d0178ed91b156312bf7c /Makefile.am
parent75080ce79d2fb8ae895659326dacf688c8cb7ce9 (diff)
cleanups and fixes, thanks to cppcheck and gcc -Wextra
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 1c09ae90..919c987a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -14,7 +14,7 @@ applications_DATA = htop.desktop
pixmapdir = $(datadir)/pixmaps
pixmap_DATA = htop.png
-htop_CFLAGS = -pedantic -Wall -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED
+htop_CFLAGS = -pedantic -Wall -Wextra -std=c99 -rdynamic -D_XOPEN_SOURCE_EXTENDED
AM_CFLAGS =
AM_CPPFLAGS = -DSYSCONFDIR=\"$(sysconfdir)\"

© 2014-2024 Faster IT GmbH | imprint | privacy policy