diff options
author | Michael Forney <mforney@mforney.org> | 2022-05-19 10:34:32 -0700 |
---|---|---|
committer | Michael Forney <mforney@mforney.org> | 2022-05-19 12:01:25 -0700 |
commit | c88c649fc658a6acf4e03999268d6546b9dad87e (patch) | |
tree | dc54fb375f1530a38a76f357a439e9939c595530 /configure | |
parent | 13eb0640cc58bee1a29c82c1b230137e7ff411c3 (diff) |
Add unreachable returns to silence compiler warnings
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |