Merge branch 'samples/bpf: fix LLVM compilation warning'
authorMartin KaFai Lau <martin.lau@kernel.org>
Mon, 19 Dec 2022 22:21:05 +0000 (14:21 -0800)
committerMartin KaFai Lau <martin.lau@kernel.org>
Mon, 19 Dec 2022 22:21:05 +0000 (14:21 -0800)
commit64f4660f691c61506828faef38ef374811fbbe71
tree6fcebd2b0a0d50eab3042f2417678ca80303c1e5
parente2bb9e01d589f7fa82573aedd2765ff9b277816a
parent68be98e0f4191abc64c871e3e461f275715eaf67
Merge branch 'samples/bpf: fix LLVM compilation warning'

"Daniel T. Lee" says:

====================

Currently, compiling samples/bpf with LLVM emits several warning. They
are only small details, but they do not appear when compiled with GCC.
Detailed compilation command and warning logs can be found from bpf CI.
====================

Signed-off-by: Martin KaFai Lau <martin.lau@kernel.org>