summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorChristian Göttsche <cgzones@googlemail.com>2020-09-08 14:25:46 +0200
committercgzones <cgzones@googlemail.com>2020-09-18 12:28:40 +0200
commitf4602f7b4e7fdcf4b3a5d2c0c353b50fef98aa7e (patch)
tree78f171144f6159137b63da0aeeee3d600f8df7ba /Makefile.am
parentdd6500c7c7920f142474373a90bd7d07e037c141 (diff)
Add some default compiler warnings
Compatible with gcc and clang.
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 dbf42d14..c97ae938 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -10,7 +10,7 @@ applications_DATA = htop.desktop
pixmapdir = $(datadir)/pixmaps
pixmap_DATA = htop.png
-AM_CFLAGS += -pedantic -Wall $(wextra_flag) -std=c99 -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"$(sysconfdir)\" -I"$(top_srcdir)/$(my_htop_platform)"
+AM_CFLAGS += -pedantic -std=c99 -D_XOPEN_SOURCE_EXTENDED -DSYSCONFDIR=\"$(sysconfdir)\" -I"$(top_srcdir)/$(my_htop_platform)"
AM_LDFLAGS =
AM_CPPFLAGS = -DNDEBUG

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