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
This commit is contained in:
Andreas Jaeger 2002-12-28 14:57:59 +01:00 committed by Andreas Jaeger
parent c7ab2b4dbc
commit b9b21a05ce
2 changed files with 4 additions and 1 deletions

View File

@ -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.

View File

@ -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)