diff options
author | Jan Hubicka <jh@suse.cz> | 2020-05-22 18:17:14 +0200 |
---|---|---|
committer | Jan Hubicka <jh@suse.cz> | 2020-05-22 18:17:14 +0200 |
commit | dc50686d78d4679b727548c3edc1cb6b0d3b658e (patch) | |
tree | 87645fc7a85d06378beef696188ea9e4451a7a8b /gcc/lto-streamer-out.c | |
parent | 1a030003858d853f564ed354f1cb579c03db17ef (diff) | |
download | gcc-dc50686d78d4679b727548c3edc1cb6b0d3b658e.zip gcc-dc50686d78d4679b727548c3edc1cb6b0d3b658e.tar.gz gcc-dc50686d78d4679b727548c3edc1cb6b0d3b658e.tar.bz2 |
Silence warning introduced by my previous change.
* lto-streamer-out.c (DFS::DFS): Silence warning.
Diffstat (limited to 'gcc/lto-streamer-out.c')
-rw-r--r-- | gcc/lto-streamer-out.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/lto-streamer-out.c b/gcc/lto-streamer-out.c index 5ff7f33..887a51d 100644 --- a/gcc/lto-streamer-out.c +++ b/gcc/lto-streamer-out.c @@ -803,8 +803,7 @@ DFS::DFS (struct output_block *ob, tree expr, bool ref_p, bool this_ref_p, } else if (streamer_dump_file) { - fprintf (streamer_dump_file, - " Streaming single tree\n", size); + fprintf (streamer_dump_file, " Streaming single tree\n"); } /* Write size-1 SCCs without wrapping them inside SCC bundles. |