summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2011-10-25 00:05:46 +0000
committerloderunner <loderunner@63cc0a6c-1f0e-0410-841e-f6a342073da8>2011-10-25 00:05:46 +0000
commitc760e9a48e9c32fcd7b5e8ebf26b10443f9d9660 (patch)
treed7ba15bd1300fff66757d0178ed91b156312bf7c /Makefile.am
parent770061a1977065df758fa475c4a76ad1e993857c (diff)
downloadhtop-c760e9a48e9c32fcd7b5e8ebf26b10443f9d9660.tar.gz
cleanups and fixes, thanks to cppcheck and gcc -Wextra
git-svn-id: svn://svn.code.sf.net/p/htop/code/trunk@256 63cc0a6c-1f0e-0410-841e-f6a342073da8
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 1c09ae9..919c987 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)\"