summaryrefslogtreecommitdiff
path: root/gralloc960/gralloc_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'gralloc960/gralloc_helper.h')
-rw-r--r--gralloc960/gralloc_helper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc960/gralloc_helper.h b/gralloc960/gralloc_helper.h
index fea10e5e..3d2b4210 100644
--- a/gralloc960/gralloc_helper.h
+++ b/gralloc960/gralloc_helper.h
@@ -41,7 +41,7 @@
#define GRALLOC_ALIGN(value, base) (((value) + ((base)-1)) & ~((base)-1))
-#define GRALLOC_UNUSED(x) ((void)x)
+#define GRALLOC_UNUSED(x) ((void)(x))
static inline size_t round_up_to_page_size(size_t x)
{