From 6d0a63b43b1c1855295f5826fbdc3aea37214ff7 Mon Sep 17 00:00:00 2001 From: geoffk Date: Wed, 12 Mar 2003 01:51:28 +0000 Subject: * 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 --- gcc/c-cppbuiltin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gcc/c-cppbuiltin.c') 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 *, -- cgit v1.2.1