aboutsummaryrefslogtreecommitdiff
path: root/gcc/cp/repo.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cp/repo.c')
-rw-r--r--gcc/cp/repo.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/cp/repo.c b/gcc/cp/repo.c
index cc6eab6..27a1f4d 100644
--- a/gcc/cp/repo.c
+++ b/gcc/cp/repo.c
@@ -336,7 +336,7 @@ init_repo (filename)
if (repo_file == 0)
return;
- while (buf = afgets (repo_file))
+ while ((buf = afgets (repo_file)))
{
switch (buf[0])
{
@@ -396,7 +396,6 @@ void
finish_repo ()
{
tree t;
- char *p;
int repo_changed = 0;
char *dir, *args;