This block of code is useless because a (nearly-equivalent) assignment
is made immediately after. The only difference is the omission of
-Wunreadchable-code in the assignment being used. Presumably, that was
intended to be -Wunreachable-code (without the first 'd'), but since
this hasn't been being used we just drop it.
fi
fi
-
-if test "x$GCC" = xyes ; then
- WARN="-Wall -Wextra -Wunsafe-loop-optimizations -Wstack-protector -Wunreadchable-code"
-else
- WARN=""
-fi
-
if test "x$GXX" = xyes ; then
WARN="-Wall -Wextra -Wunsafe-loop-optimizations -Wstack-protector"
else