Silence warning introduced by my previous change.
authorJan Hubicka <jh@suse.cz>
Fri, 22 May 2020 16:17:14 +0000 (18:17 +0200)
committerJan Hubicka <jh@suse.cz>
Fri, 22 May 2020 16:17:14 +0000 (18:17 +0200)
* lto-streamer-out.c (DFS::DFS): Silence warning.

gcc/ChangeLog
gcc/lto-streamer-out.c

index 8f80df5..7a7b599 100644 (file)
@@ -1,3 +1,7 @@
+2020-05-22  Jan Hubicka  <hubicka@ucw.cz>
+
+       * lto-streamer-out.c (DFS::DFS): Silence warning.
+
 2020-05-22  Uroš Bizjak  <ubizjak@gmail.com>
 
        PR target/95255
index 5ff7f33..887a51d 100644 (file)
@@ -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.