ref: a03643231612257e894d44bcda8fac66ab1cba2a
parent: e5baa0428111093036b91da3397bafc81d0f27c2
author: Ronald S. Bultje <rsbultje@gmail.com>
date: Wed Oct 24 08:22:21 EDT 2018
Fix compiler warning in checkasm/looprestoration.c
--- a/tests/checkasm/looprestoration.c
+++ b/tests/checkasm/looprestoration.c
@@ -68,7 +68,7 @@
init_tmp(c_dst, 448 * sizeof(pixel), 448, 64);
init_tmp(h_edge, 448 * sizeof(pixel), 448, 8);
- init_tmp(left, 4 * sizeof(pixel), 4, 64);
+ init_tmp((pixel *) left, 4 * sizeof(pixel), 4, 64);
for (int pl = 0; pl < 2; pl++) {
if (check_func(c->wiener, "wiener_%s_%dbpc",