summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-02-28 18:33:01 +0100
committerDave Davenport <qball@gmpclient.org>2016-02-28 18:33:01 +0100
commit131b8eaaea37da0675f798978e48b38d0f4df09e (patch)
tree6bcda1c8042e6e65d350a854d144846af5df5f03 /configure.ac
parentcc5db086bf228e45487968dc352df1557f5e542b (diff)
Remove dead code
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index b1c69286..3c5a370f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -39,7 +39,7 @@ AM_PROG_AR
dnl ---------------------------------------------------------------------
dnl Base CFLAGS
dnl ---------------------------------------------------------------------
-AM_CFLAGS="-Wall -Wextra -Wparentheses -Winline -pedantic"
+AM_CFLAGS="-Wall -Wextra -Wparentheses -Winline -pedantic -Wunreachable-code"
dnl ---------------------------------------------------------------------
dnl Enable source code coverage reporting for GCC