aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2022-05-19 10:34:32 -0700
committerMichael Forney <mforney@mforney.org>2022-05-19 12:01:25 -0700
commitc88c649fc658a6acf4e03999268d6546b9dad87e (patch)
treedc54fb375f1530a38a76f357a439e9939c595530 /configure
parent13eb0640cc58bee1a29c82c1b230137e7ff411c3 (diff)
Add unreachable returns to silence compiler warnings
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 6185c13..fe5688a 100755
--- a/configure
+++ b/configure
@@ -169,7 +169,7 @@ cat >config.mk <<EOF
PREFIX=$prefix
BINDIR=$bindir
CC=${CC:-cc}
-CFLAGS=${CFLAGS:--std=c99 -Wall -Wpedantic -Wno-parentheses -Wno-switch -Wno-maybe-uninitialized -g -pipe}
+CFLAGS=${CFLAGS:--std=c99 -Wall -Wpedantic -Wno-parentheses -Wno-switch -g -pipe}
LDFLAGS=$LDFLAGS
EOF
echo done