From: jakub Date: Fri, 1 Mar 2019 08:10:19 +0000 (+0000) Subject: PR bootstrap/89539 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5abc0a56588328cd498dd689d4327829c03327d9;p=thirdparty%2Fgcc.git PR bootstrap/89539 * 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 4c57ead4d614..8759ee895b8c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2019-03-01 Jakub Jelinek + + PR bootstrap/89539 + * dwarf2out.c (output_comdat_type_unit): Add ATTRIBUTE_UNUSED to + early_lto_debug argument. + 2019-02-28 Eric Botcazou PR tree-optimization/89536 diff --git a/gcc/dwarf2out.c b/gcc/dwarf2out.c index 17be26fb97d0..1b17f2bc1d5e 100644 --- a/gcc/dwarf2out.c +++ b/gcc/dwarf2out.c @@ -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;