Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/orc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2011-07-10 06:35:27 +0400
committerDavid Schleef <ds@schleef.org>2011-07-10 06:35:27 +0400
commitd505fd74d137ec1d971537f11011c04f7b6dc3d1 (patch)
treee603bde20de20c7529e626c6bd7a5d0c9ed479c2 /orc-test
parentf11848eefbe6291cf593b0065b07499bad5ce5a4 (diff)
Move ORC_GNUC_UNUSED to orcutils.h and use it
Diffstat (limited to 'orc-test')
-rw-r--r--orc-test/orctest.c6
1 files changed, 0 insertions, 6 deletions
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;