1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

japanese/libskk: unbreak against clang15

file-dict.c:330:2: error: incompatible pointer to integer conversion returning 'void *' from a function with result type 'gboolean' (aka 'int') [-Wint-conversion]
        g_return_val_if_fail (((gsize) (*offset)) < _tmp2_, NULL);
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
This commit is contained in:
Tobias C. Berner 2023-02-19 14:15:51 +01:00
parent 575280da1a
commit 448564a019

View File

@ -24,6 +24,8 @@ INSTALL_TARGET= install-strip
PORTDOCS= ChangeLog NEWS README
CFLAGS+= -Wno-error=int-conversion
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes