summaryrefslogtreecommitdiff
path: root/gcc/c-cppbuiltin.c
diff options
context:
space:
mode:
authorgeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-12 01:51:28 +0000
committergeoffk <geoffk@138bc75d-0d04-0410-961f-82ee72b054a4>2003-03-12 01:51:28 +0000
commit6d0a63b43b1c1855295f5826fbdc3aea37214ff7 (patch)
treed7027702d925c4494da4bf32bf558d5356ca4b95 /gcc/c-cppbuiltin.c
parente252e1bc0656baa094e54fe8b54434874c67be36 (diff)
downloadgcc-6d0a63b43b1c1855295f5826fbdc3aea37214ff7.tar.gz
* c-cppbuiltin.c (builtin_define_std): Add ATTRIBUTE_UNUSED.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@64211 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/c-cppbuiltin.c')
-rw-r--r--gcc/c-cppbuiltin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-cppbuiltin.c b/gcc/c-cppbuiltin.c
index 4ff194e7c28..841f46056a6 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 *,