On Fri, Nov 9, 2018 at 6:20 PM Joe Stringer <j...@wand.net.nz> wrote: > > Daniel Borkmann reports: > > test_progs.c: In function ‘main’: > test_progs.c:81:3: warning: ‘duration’ may be used uninitialized in this > function [-Wmaybe-uninitialized] > printf("%s:PASS:%s %d nsec\n", __func__, tag, duration);\ > ^~~~~~ > test_progs.c:1706:8: note: ‘duration’ was declared here > __u32 duration; > ^~~~~~~~ > > Signed-off-by: Joe Stringer <j...@wand.net.nz>
Applied, thanks.