diff options
author | Chocobo1 <Chocobo1@users.noreply.github.com> | 2020-06-30 04:15:36 +0200 |
---|---|---|
committer | Chocobo1 <Chocobo1@users.noreply.github.com> | 2020-06-30 04:30:25 +0200 |
commit | f0697c9229ceabbf5d6fabe0305d4ad71d5e5c31 (patch) | |
tree | 0deada8c5bdd392b33f4137a8fcff9878a068d9e /src | |
parent | Use proper printf specifier for unsigned integer type (diff) | |
download | haveged-f0697c9229ceabbf5d6fabe0305d4ad71d5e5c31.tar.xz haveged-f0697c9229ceabbf5d6fabe0305d4ad71d5e5c31.zip |
Enable more compiler warnings
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
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 \ |