diff options
author | Nicola Pero <nicola@gcc.gnu.org> | 2002-01-08 18:03:56 +0000 |
---|---|---|
committer | Nicola Pero <nicola@gcc.gnu.org> | 2002-01-08 18:03:56 +0000 |
commit | 31e5e29ab3c92f1428875c89faadf720553c0c3d (patch) | |
tree | 590b279ec88c97bdcee6c0372f561cda6ff203d1 /gcc | |
parent | c18736ac11e0b9cd537ab6916d2f64e92c7b06fe (diff) | |
download | gcc-31e5e29ab3c92f1428875c89faadf720553c0c3d.zip gcc-31e5e29ab3c92f1428875c89faadf720553c0c3d.tar.gz gcc-31e5e29ab3c92f1428875c89faadf720553c0c3d.tar.bz2 |
Removed spurious warnings when compiling Objective-C
From-SVN: r48649
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index bf21f7b..fc6e62f 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +Tue Jan 8 15:56:41 2002 Nicola Pero <nicola@brainstorm.co.uk> + + * objc/objc-act.c (handle_class_ref): Mark the declaration of + %sobjc_class_ref_%s as used - to prevent unwanted compiler + warnings. + 2002-01-08 Ulrich Weigand <uweigand@de.ibm.com> * config/s390/linux.h (ASM_OUTPUT_LABELREF): Remove. |