re PR target/52498 (vmsdbgout.c fails to build with --enable-werror-always)

PR target/52498
        * vmsdbgout.c (vmsdbgout_write_source_line): Comment out names of
        last two parameters.

From-SVN: r193013
This commit is contained in:
Joern Rennecke 2012-10-31 03:21:03 +00:00 committed by Joern Rennecke
parent ef4dbe49f4
commit 2515a1e6e0
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@
* lra-constraints.c (choose_split_class): Add ATTRIBUTE_UNUSED to
hard_reg_class.
PR target/52498
* vmsdbgout.c (vmsdbgout_write_source_line): Comment out names of
last two parameters.
2012-10-30 Alexandre Oliva <aoliva@redhat.com>
PR debug/54551

View File

@ -1371,7 +1371,7 @@ lookup_filename (const char *file_name)
static void
vmsdbgout_write_source_line (unsigned line, const char *filename,
int discriminator, bool is_stmt)
int /* discriminator */, bool /* is_stmt */)
{
dst_line_info_ref line_info;