aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/xref.c
diff options
context:
space:
mode:
authorKaveh R. Ghazi <ghazi@caip.rutgers.edu>1998-02-02 00:04:13 +0000
committerJeff Law <law@gcc.gnu.org>1998-02-01 17:04:13 -0700
commita703fb388ba235e449aad17c618d50fe48a03812 (patch)
tree420be67f33cf5a55fab47f8908be1b9617e6e46d /gcc/cp/xref.c
parentceb6edf2498ce4a8714e90f48d9ff2ba66af059a (diff)
downloadgcc-a703fb388ba235e449aad17c618d50fe48a03812.zip
gcc-a703fb388ba235e449aad17c618d50fe48a03812.tar.gz
gcc-a703fb388ba235e449aad17c618d50fe48a03812.tar.bz2
Various fixes for -Wall problems from Kaveh. See ChangeLog for details.
From-SVN: r17586
Diffstat (limited to 'gcc/cp/xref.c')
-rw-r--r--gcc/cp/xref.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cp/xref.c b/gcc/cp/xref.c
index 40cdf42..c3c35de 100644
--- a/gcc/cp/xref.c
+++ b/gcc/cp/xref.c
@@ -337,7 +337,7 @@ GNU_xref_decl (fndecl,decl)
tree decl;
{
XREF_FILE xf,xf1;
- char *cls;
+ char *cls = 0;
char *name;
char buf[10240];
int uselin;