svn commit: r324178 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua

Andriy Gapon avg at FreeBSD.org
Sun Oct 1 21:04:34 UTC 2017


On 01/10/2017 23:37, O. Hartmann wrote:
> The build of world fails for me with the error shown below:
> 
> 
> [...]
> Building /usr/obj/usr/src/cddl/lib/libzpool/lapi.o
> --- lstrlib.o ---
> /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/lstrlib.c:114:12: warning:
> implicitly declaring library function 'tolower' with type 'int
> (int)' [-Wimplicit-function-declaration] p[i] = tolower(uchar(s[i])); ^
> /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/lstrlib.c:114:12: note:
> include the header <ctype.h> or explicitly provide a declaration for
> 'tolower' /usr/src/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/lstrlib.c:127:12:
> warning: implicitly declaring library function 'toupper' with type 'int
> (int)' [-Wimplicit-function-declaration] p[i] = toupper(uchar(s[i]));

I also see this _warning_, but the build does not fail for me in this place.

-- 
Andriy Gapon


More information about the svn-src-head mailing list