aboutsummaryrefslogtreecommitdiff
path: root/gcc/cpplib.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1999-08-04 20:47:45 +0000
committerKaveh Ghazi <ghazi@gcc.gnu.org>1999-08-04 20:47:45 +0000
commitcbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d (patch)
treeec50149b27e3358c107ee3fce7dc644eba2b0acc /gcc/cpplib.c
parente88e3c0bf663344a642f0ebbd49483b9590411ef (diff)
downloadgcc-cbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d.zip
gcc-cbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d.tar.gz
gcc-cbbfcb3b2301afff03ee04fc0a76b16bc9ab3b4d.tar.bz2
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
Diffstat (limited to 'gcc/cpplib.c')
-rw-r--r--gcc/cpplib.c1
1 files changed, 0 insertions, 1 deletions
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);