Unix makefiles: remove unreachable-code warning option.

Cannot use this option.
This commit is contained in:
Robert Moore 2011-04-08 10:29:11 -07:00
parent 8985477af8
commit 1a9826914d

View File

@ -64,7 +64,6 @@ CWARNINGFLAGS+= \
-Wold-style-declaration \
-Wold-style-definition \
-Wredundant-decls \
-Wunreachable-code \
-Wtype-limits
#