From 00b5d5305e5e202a0122fb22073d18200a48ebbe Mon Sep 17 00:00:00 2001 From: Ahmet Inan Date: Tue, 23 Oct 2012 15:54:17 +0200 Subject: [PATCH] cleanup --- debug.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debug.c b/debug.c index e581fac..7773209 100644 --- a/debug.c +++ b/debug.c @@ -131,7 +131,7 @@ int main(int argc, char **argv) struct buffer *buffer = alloc_buffer(buff_len); const float sync_porch_len = 0.003; - const float porch_len = 0.0015; (void)porch_len; + const float porch_len = 0.0015; const float y_len = 0.088; const float uv_len = 0.044; const float hor_len = 0.15;