infer.c:2492:22: error: variable 'last' set but not used [-Werror=unused-but-set-variable]
Earnestly opened this issue · 1 comments
Earnestly commented
Small new issue building latest commit possibly introduced in cc51822
infer.c: In function 'postinfer':
infer.c:2492:22: error: variable 'last' set but not used [-Werror=unused-but-set-variable]
Postcheck **post, **last;
^~~~
It is just a warning but -Werror
is set.
oridb commented
Thanks, that's what -Werror is for :)
Fixed.