From: Matthew Fernandez Date: Sat, 8 Aug 2020 00:31:23 +0000 (-0700) Subject: remove now-unnecessary cast X-Git-Tag: 2.46.0~20^2^2~126^2~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=759465622dc18a0c570a5edf38edc5407a9db127;p=graphviz remove now-unnecessary cast The function and the pointer it is being stored into now align in their signature. --- diff --git a/lib/gvpr/gvpr.c b/lib/gvpr/gvpr.c index b31d4b977..791bcc539 100644 --- a/lib/gvpr/gvpr.c +++ b/lib/gvpr/gvpr.c @@ -971,7 +971,7 @@ int gvpr (int argc, char *argv[], gvpropts * uopts) info.outFile = opts->outFile; info.argc = opts->argc; info.argv = opts->argv; - info.errf = (Exerror_f)gverrorf; + info.errf = gverrorf; if (uopts) info.flags = uopts->flags; else