From 31c75253f3299f5af62970d3a3093201d726bfbf Mon Sep 17 00:00:00 2001 From: David Schleef Date: Sat, 15 Oct 2011 11:52:18 -0700 Subject: [PATCH] test: fix unused variable warning --- orc-test/orcarray.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orc-test/orcarray.c b/orc-test/orcarray.c index 6e9c70f..729593b 100644 --- a/orc-test/orcarray.c +++ b/orc-test/orcarray.c @@ -42,7 +42,7 @@ orc_array_new (int n, int m, int element_size, int misalignment, void *data; #ifndef USE_MMAP #ifdef HAVE_POSIX_MEMALIGN - int ret; + int ret ORC_GNUC_UNUSED; #endif #endif int offset; -- 2.7.4