mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-10 09:30:36 +08:00
* diagnostic.c (default_diagnostic_finalizer): Fix use of attribute.
From-SVN: r94671
This commit is contained in:
parent
c1105188df
commit
cbd13f8a73
@ -1,3 +1,7 @@
|
||||
2005-02-06 Marcin Dalecki <martin@dalecki.de>
|
||||
|
||||
* diagnostic.c (default_diagnostic_finalizer): Fix use of attribute.
|
||||
|
||||
2005-02-06 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
* config.gcc (*-*-darwin*): Separate darwin7 and darwin8 configs.
|
||||
|
@ -300,7 +300,7 @@ default_diagnostic_starter (diagnostic_context *context,
|
||||
|
||||
static void
|
||||
default_diagnostic_finalizer (diagnostic_context *context,
|
||||
diagnostic_info *diagnostic __attribute__((unused)))
|
||||
diagnostic_info *diagnostic ATTRIBUTE_UNUSED)
|
||||
{
|
||||
pp_destroy_prefix (context->printer);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user