bpftune icon indicating copy to clipboard operation
bpftune copied to clipboard

Unused array bbr[ ]

Open pavlinux opened this issue 1 year ago • 1 comments

https://github.com/oracle-samples/bpftune/blob/f2eb8e9c020261cc8c58b312841dec32d287a0cc/src/tcp_cong_tuner.bpf.c#L191

pavlinux avatar Jul 11 '23 11:07 pavlinux

added -Wall to clang compilation cflags and fixed warnings including this one in https://github.com/oracle-samples/bpftune/pull/29

alan-maguire avatar Jul 11 '23 12:07 alan-maguire

fixed in #29

alan-maguire avatar Jul 12 '23 14:07 alan-maguire