From cbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d Mon Sep 17 00:00:00 2001 From: "Kaveh R. Ghazi" Date: Wed, 4 Aug 1999 20:47:45 +0000 Subject: Warning fixes: * builtins.c (expand_builtin_memcmp, expand_builtin_strcmp): Wrap prototypes in macro HAVE_cmpstrsi. * cpplib.c (cpp_get_token): Remove unused label `op3'. * emit-rtl.c (operand_subword): Remove unused variable `bits_per_word'. * rtl.c (shallow_copy_rtx): Remove unused variable `format_ptr'. * tree.c (chainon): Wrap variable `t2' in macro ENABLE_CHECKING. From-SVN: r28514 --- gcc/cpplib.c | 1 - 1 file changed, 1 deletion(-) (limited to 'gcc/cpplib.c') diff --git a/gcc/cpplib.c b/gcc/cpplib.c index ab2e203..f2fadf2 100644 --- a/gcc/cpplib.c +++ b/gcc/cpplib.c @@ -2205,7 +2205,6 @@ cpp_get_token (pfile) if (opts->cplusplus && PEEKN (1) == '*') { /* In C++, there's a ->* operator. */ - op3: token = CPP_OTHER; pfile->only_seen_white = 0; CPP_RESERVE (pfile, 4); -- cgit v1.1