mirror of
https://code.videolan.org/videolan/dav1d
synced 2026-06-11 04:03:05 +00:00
tests/checkasm/loopfilter: avoid printf format warning
Upstream checkasm adds a printf format attribute to report(), so we should avoid directly passing the name string to silence a warning.
This commit is contained in:
@@ -188,7 +188,7 @@ static void check_lpf_sb(loopfilter_sb_fn fn, const char *const name,
|
||||
b4_stride, &lut, n_blks HIGHBD_TAIL_SUFFIX);
|
||||
}
|
||||
}
|
||||
report(name);
|
||||
report("%s", name);
|
||||
}
|
||||
|
||||
void bitfn(checkasm_check_loopfilter)(void) {
|
||||
|
||||
Reference in New Issue
Block a user