On Mon, Mar 25, 2019 at 1:51 PM Arnd Bergmann wrote:
>
> clang complains about assigning a variable to itself during the
> declaration:
>
> fs/ceph/ioctl.c:187:26: error: variable 'oid' is uninitialized when used
> within its own initialization [-Werror,-Wuninitialized]
> CEPH_DEFINE_OID_
clang complains about assigning a variable to itself during the
declaration:
fs/ceph/ioctl.c:187:26: error: variable 'oid' is uninitialized when used within
its own initialization [-Werror,-Wuninitialized]
CEPH_DEFINE_OID_ONSTACK(oid);
^~~
include/linux/cep
2 matches
Mail list logo