From d505fd74d137ec1d971537f11011c04f7b6dc3d1 Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 9 Jul 2011 19:35:27 -0700 Subject: Move ORC_GNUC_UNUSED to orcutils.h and use it --- orc-test/orctest.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'orc-test/orctest.c') diff --git a/orc-test/orctest.c b/orc-test/orctest.c index 71c701f..a847765 100644 --- a/orc-test/orctest.c +++ b/orc-test/orctest.c @@ -21,12 +21,6 @@ #define MIN_NONDENORMAL (1.1754944909521339405e-38) -#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ > 4) -#define ORC_GNUC_UNUSED __attribute__((__unused__)) -#else -#define ORC_GNUC_UNUSED -#endif - void _orc_profile_init(void); OrcRandomContext rand_context; -- cgit v1.2.3