diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2023-06-15 21:31:27 +0200 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2023-06-16 20:05:43 +0200 |
| commit | 0e77cfcef8a5677cff1ba81430b767a1089fd083 (patch) | |
| tree | 7236d1d8fd76521a5221b7733242a4a8994f1a64 /databases/php82-sqlite3 | |
| parent | audio/festival: fix build with clang 16 (diff) | |
graphics/ocaml-lablgl: fix build with clang 16
Clang 16 has a new error about incompatible function types, which shows
up when building graphics/ocaml-lablgl:
togl.c:820:26: error: incompatible function pointer types assigning to 'void (*)(Tk_Window, Tk_ClassProcs *, ClientData)' (aka 'void (*)(struct Tk_Window_ *, struct Tk_ClassProcs *, void *)') from 'void (Tk_Window, const Tk_ClassProcs *, ClientData)' (aka 'void (struct Tk_Window_ *, const struct Tk_ClassProcs *, void *)') [-Wincompatible-function-pointer-types]
SetClassProcsPtr = Tk_SetClassProcs;
^ ~~~~~~~~~~~~~~~~
This is because Tk_SetClassProcs() now takes a const Tk_ClassProcs
pointer as its second parameter. Fix the SetClassProcsPtr declaration to
match.
PR: 272019
Approved by: fernape
MFH: 2023Q2
Diffstat (limited to 'databases/php82-sqlite3')
0 files changed, 0 insertions, 0 deletions
