Commit 2515a1e6 by Joern Rennecke Committed by Joern Rennecke

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
parent ef4dbe49
......@@ -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
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment