]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
PR bootstrap/89539
authorjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Mar 2019 08:10:19 +0000 (08:10 +0000)
committerjakub <jakub@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Mar 2019 08:10:19 +0000 (08:10 +0000)
* dwarf2out.c (output_comdat_type_unit): Add ATTRIBUTE_UNUSED to
early_lto_debug argument.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@269301 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/dwarf2out.c

index 4c57ead4d614ae65457f968190350a27586818db..8759ee895b8cd9b8e5fb3ec8f3b6bf33a3c899c7 100644 (file)
@@ -1,3 +1,9 @@
+2019-03-01  Jakub Jelinek  <jakub@redhat.com>
+
+       PR bootstrap/89539
+       * dwarf2out.c (output_comdat_type_unit): Add ATTRIBUTE_UNUSED to
+       early_lto_debug argument.
+
 2019-02-28  Eric Botcazou  <ebotcazou@adacore.com>
 
        PR tree-optimization/89536
index 17be26fb97d036e31ad4ad797caed3d30a651dce..1b17f2bc1d5eef3d3ef70abf92a4d09da285d2b8 100644 (file)
@@ -11234,7 +11234,8 @@ output_skeleton_debug_sections (dw_die_ref comp_unit,
 /* Output a comdat type unit DIE and its children.  */
 
 static void
-output_comdat_type_unit (comdat_type_node *node, bool early_lto_debug)
+output_comdat_type_unit (comdat_type_node *node,
+                        bool early_lto_debug ATTRIBUTE_UNUSED)
 {
   const char *secname;
   char *tmp;