aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2002-12-28 14:57:59 +0100
committerAndreas Jaeger <aj@gcc.gnu.org>2002-12-28 14:57:59 +0100
commitb9b21a05ce3adb28478fad5ab27cfc8c6d7661a9 (patch)
treeeaf90a54fa6dc40a46bf8a5bfed3063b9cf16585
parentc7ab2b4dbcdbf369c59a17bf12e1ba376a148ce7 (diff)
downloadgcc-b9b21a05ce3adb28478fad5ab27cfc8c6d7661a9.zip
gcc-b9b21a05ce3adb28478fad5ab27cfc8c6d7661a9.tar.gz
gcc-b9b21a05ce3adb28478fad5ab27cfc8c6d7661a9.tar.bz2
i386.c (x86_function_profiler): Mark labelno as possibly unused.
* config/i386/i386.c (x86_function_profiler): Mark labelno as possibly unused. From-SVN: r60573
-rw-r--r--gcc/ChangeLog3
-rw-r--r--gcc/config/i386/i386.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 2d3e3be..e39c73b 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,8 @@
2002-12-28 Andreas Jaeger <aj@suse.de>
+ * config/i386/i386.c (x86_function_profiler): Mark labelno as
+ possibly unused.
+
* c-parse.in (yyprint): Use HOST_WIDE_INT_PRINT_DOUBLE_HEX for
correct format.
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index a714670..fd48e84 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -14676,7 +14676,7 @@ x86_field_alignment (field, computed)
void
x86_function_profiler (file, labelno)
FILE *file;
- int labelno;
+ int labelno ATTRIBUTE_UNUSED;
{
if (TARGET_64BIT)
if (flag_pic)