summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2018-02-20 08:28:31 -0500
committerSteve Dickson <steved@redhat.com>2018-02-23 09:17:48 -0500
commit999f6bed8aa16246c500b3b41f7f638e1c7c1abe (patch)
tree3822af647d91ea2c13e3c7e0a17af44d6c8f4e2b /configure.ac
parentdbb643ef3548f4a8016a635196eb36fd6d31afd7 (diff)
downloadnfs-utils-999f6bed8aa16246c500b3b41f7f638e1c7c1abe.tar.gz
Removed format-overflow=2 warnings
Added the -Werror=format-overflow=2 warning flag and then cleaned up the mess Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 31990c3..4f9d8c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -550,6 +550,7 @@ my_am_cflags="\
-Werror=strict-prototypes \
-Werror=missing-prototypes \
-Werror=missing-declarations \
+ -Werror=format-overflow=2 \
"
AC_SUBST([AM_CFLAGS], ["$my_am_cflags"])