]> git.ipfire.org Git - thirdparty/lxc.git/commit
explicitly convert *mainloop_handler to __u64
authorAnatolii Gryzlov <agryzlov.mosbrew@gmail.com>
Wed, 24 May 2023 23:26:14 +0000 (02:26 +0300)
committerStéphane Graber <stgraber@stgraber.org>
Tue, 25 Jul 2023 16:28:45 +0000 (12:28 -0400)
commit8751cd20853bfbf3576c664aa1232cef49a22b0b
treeb0e9f46e4feec34b6b47d0f04410775d868640fb
parentc16bb5b71efb6f189565b7da495b6e449f09cfa4
explicitly convert *mainloop_handler to __u64

GCC treats such conversion as warning, while Clang-15 aborts compilation

Signed-off-by: Anatolii Gryzlov <agryzlov.mosbrew@gmail.com>
src/lxc/mainloop.c