summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo1 <Chocobo1@users.noreply.github.com>2020-06-30 04:15:36 +0200
committerChocobo1 <Chocobo1@users.noreply.github.com>2020-06-30 04:30:25 +0200
commitf0697c9229ceabbf5d6fabe0305d4ad71d5e5c31 (patch)
tree0deada8c5bdd392b33f4137a8fcff9878a068d9e
parentUse proper printf specifier for unsigned integer type (diff)
downloadhaveged-f0697c9229ceabbf5d6fabe0305d4ad71d5e5c31.tar.xz
haveged-f0697c9229ceabbf5d6fabe0305d4ad71d5e5c31.zip
Enable more compiler warnings
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index d1d7d2c..c507ea4 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ else
sbin_PROGRAMS = haveged
endif
-AM_CFLAGS=-Wall -I..
+AM_CFLAGS=-Wall -Wextra -Wpedantic -I..
####nolibtool_start##
##haveged_SOURCES = haveged.c havege.c havegetune.c havegecollect.c havegetest.c havegecmd.c \