summaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2014-12-16 01:50:01 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2014-12-16 01:50:01 -0500
commitdad58115251f3d838006dbd86773d02fc8dddc00 (patch)
treef201d8050efe67772d87b428020d0742a4c3f8f5 /compat
parenta4c5e4e58f757e4125a4e80d7b914d0f8167b6ef (diff)
Get -pedantic
Diffstat (limited to 'compat')
-rw-r--r--compat/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/Makefile.am b/compat/Makefile.am
index 922b7c6..6738813 100644
--- a/compat/Makefile.am
+++ b/compat/Makefile.am
@@ -20,7 +20,7 @@
noinst_LIBRARIES = libcompat.a
AM_CPPFLAGS=-I$(top_srcdir) -D_FORTIFY_SOURCE=2
-AM_CFLAGS = -fPIC -Wall -Werror -Wextra -Wno-unused-parameter
+AM_CFLAGS = -fPIC -Werror -Wall -Wextra -Wno-unused-parameter -pedantic
EXTRA_DIST = getopt_long.c getopt_long.h \
shell.h \