Commit d00bc0a2 by Geoffrey Keating Committed by Geoffrey Keating

* c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.

From-SVN: r64211
parent 9b7b447f
2003-03-11 Geoffrey Keating <geoffk@apple.com>
* c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
2003-03-11 Aldy Hernandez <aldyh@redhat.com> 2003-03-11 Aldy Hernandez <aldyh@redhat.com>
* config/rs6000/rs6000.c (rs6000_stack_info): Remove * config/rs6000/rs6000.c (rs6000_stack_info): Remove
......
...@@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA ...@@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
#define REGISTER_PREFIX "" #define REGISTER_PREFIX ""
#endif #endif
static void builtin_define_std PARAMS ((const char *)); static void builtin_define_std PARAMS ((const char *)) ATTRIBUTE_UNUSED;
static void builtin_define_with_value_n PARAMS ((const char *, const char *, static void builtin_define_with_value_n PARAMS ((const char *, const char *,
size_t)); size_t));
static void builtin_define_with_int_value PARAMS ((const char *, static void builtin_define_with_int_value PARAMS ((const char *,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment