ATTRIBUTE_UNUSED.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159356
138bc75d-0d04-0410-961f-
82ee72b054a4
+2010-05-13 Andreas Schwab <schwab@linux-m68k.org>
+
+ * tracebak.c (__gnat_backtrace): Mark top_stack with
+ ATTRIBUTE_UNUSED.
+
2010-05-12 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Tidy up
* *
* C Implementation File *
* *
- * Copyright (C) 2000-2009, AdaCore *
+ * Copyright (C) 2000-2010, AdaCore *
* *
* GNAT is free software; you can redistribute it and/or modify it under *
* terms of the GNU General Public License as published by the Free Soft- *
{
struct layout *current;
void *top_frame;
- void *top_stack;
+ void *top_stack ATTRIBUTE_UNUSED;
int cnt = 0;
if (FORCE_CALL)