Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Oct 2017 00:03:35 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        "O. Hartmann" <ohartmann@walstatt.org>
Cc:        src-committers@FreeBSD.org, svn-src-all@FreeBSD.org, svn-src-head@FreeBSD.org
Subject:   Re: svn commit: r324178 - head/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua
Message-ID:  <3a9a611f-677e-a4b7-897b-c05bebd776cc@FreeBSD.org>
In-Reply-To: <20171001223707.574cde55@thor.intern.walstatt.dynvpn.de>
References:  <201710012012.v91KCUvU024559@repo.freebsd.org> <20171001223707.574cde55@thor.intern.walstatt.dynvpn.de>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3a9a611f-677e-a4b7-897b-c05bebd776cc>