[Bug 281612] editors/openoffice*: Fails to build with libxml2 2.14.1 and libxslt 1.1.42

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 09 Apr 2025 20:48:43 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281612

--- Comment #10 from Arrigo Marchiori <ardovm@yahoo.it> ---
(In reply to Don Lewis from comment #9)
If you just _called_ the function, then you would be right.

You can call a
void func_new(void *, const _xmlError *)
and a
void func_old(void *, _xmlError *)
in the same way.

However, the function is not called, but rather passed as parameter. If you
change one of its parameters' type, you are changing the overall type.

I hope this helps.

-- 
You are receiving this mail because:
You are the assignee for the bug.