summaryrefslogtreecommitdiff
path: root/libavcodec/x86/simple_idct_mmx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/x86/simple_idct_mmx.c')
-rw-r--r--libavcodec/x86/simple_idct_mmx.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/x86/simple_idct_mmx.c b/libavcodec/x86/simple_idct_mmx.c
index 6306fcbd44..578674451a 100644
--- a/libavcodec/x86/simple_idct_mmx.c
+++ b/libavcodec/x86/simple_idct_mmx.c
@@ -80,7 +80,8 @@ DECLARE_ALIGNED(8, static const int16_t, coeffs[])= {
};
#if 0
-static void unused_var_killer(){
+static void unused_var_killer(void)
+{
int a= wm1010 + d40000;
temp[0]=a;
}