diff options
author | Geoffrey Keating <geoffk@apple.com> | 2003-03-12 01:51:28 +0000 |
---|---|---|
committer | Geoffrey Keating <geoffk@gcc.gnu.org> | 2003-03-12 01:51:28 +0000 |
commit | d00bc0a2a6c596e8c42647a64ffb5c616a3d1cfb (patch) | |
tree | d7027702d925c4494da4bf32bf558d5356ca4b95 /gcc/c-cppbuiltin.c | |
parent | 9b7b447f8fc8096428e7ead66af376ebf85970c1 (diff) | |
download | gcc-d00bc0a2a6c596e8c42647a64ffb5c616a3d1cfb.zip gcc-d00bc0a2a6c596e8c42647a64ffb5c616a3d1cfb.tar.gz gcc-d00bc0a2a6c596e8c42647a64ffb5c616a3d1cfb.tar.bz2 |
* c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
From-SVN: r64211
Diffstat (limited to 'gcc/c-cppbuiltin.c')
-rw-r--r-- | gcc/c-cppbuiltin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-cppbuiltin.c b/gcc/c-cppbuiltin.c index 4ff194e..841f460 100644 --- a/gcc/c-cppbuiltin.c +++ b/gcc/c-cppbuiltin.c @@ -36,7 +36,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA #define REGISTER_PREFIX "" #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 *, size_t)); static void builtin_define_with_int_value PARAMS ((const char *, |