Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 May 2018 10:35:54 +0000
From:      Rick Miller <vrwmiller@gmail.com>
To:        "freebsd-stable@freebsd.org" <freebsd-stable@freebsd.org>
Subject:   lint errors in stable/11
Message-ID:  <CAHzLAVEhGwPmYYgSVG0z1Uf7nCFWj5sUpxmek2WLsJCdAJd5MQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Hi all,



Performing a release build via release/release.sh in r331337 of stable/11
errors citing the lack of lint. It=E2=80=99s understood lint was removed fr=
om
stable/11 so src.conf includes WITHOUT_LINT, but errors persist. As the
code review alludes to[1], lint is irrelevant here. It seems WITHOUT_LINT
may not be the only thing I=E2=80=99m looking for. What is the best approac=
h for
mitigating these errors?



=3D=3D=3D> usr.bin/xlint/xlint
(all)

/data/dists/11.1.9.0-amd64-md/usr/src/contrib/apr/atomic/unix/builtins.c:71=
:53:

warning: passing 'const void *' to parameter of type 'volatile void *'
discards

qualifiers
[-Wincompatible-pointer-types-discards-qualifiers]

    return (void*) __sync_val_compare_and_swap(mem, cmp,
with);

                                                    ^~~

1 warning
generated.

=3D=3D=3D> usr.bin/xlint/llib
(all)

sh: lint: not
found

--- llib-lposix.ln
---

*** [llib-lposix.ln] Error code
127



make[5]: stopped in
/data/dists/11.1.9.0-amd64-md/usr/src/usr.bin/xlint/llib

1
error



make[5]: stopped in
/data/dists/11.1.9.0-amd64-md/usr/src/usr.bin/xlint/llib



[1] https://reviews.freebsd.org/D13799?id=3D37644
--=20
Take care
Rick Miller



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAHzLAVEhGwPmYYgSVG0z1Uf7nCFWj5sUpxmek2WLsJCdAJd5MQ>