summaryrefslogtreecommitdiff
path: root/vp8/common/x86/postproc_x86.c
diff options
context:
space:
mode:
Diffstat (limited to 'vp8/common/x86/postproc_x86.c')
-rw-r--r--vp8/common/x86/postproc_x86.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/vp8/common/x86/postproc_x86.c b/vp8/common/x86/postproc_x86.c
index a25921bee..3ec0106a8 100644
--- a/vp8/common/x86/postproc_x86.c
+++ b/vp8/common/x86/postproc_x86.c
@@ -18,4 +18,7 @@ extern int rand(void)
{
return __rand();
}
+#else
+/* ISO C forbids an empty translation unit. */
+int vp8_unused;
#endif