Hei, while looking into making the Makefile in samples/bpf better handle O= I saw several warnings when running `make clean && make samples/bpf/`. This series reduces those warnings.
Thanks. Alexander Alemayhu (3): samples/bpf: add -Wno-unknown-warning-option to clang samples/bpf: add static to function with no prototype samples/bpf: check before defining offsetof samples/bpf/Makefile | 1 + samples/bpf/cookie_uid_helper_example.c | 2 +- samples/bpf/test_lru_dist.c | 4 +++- 3 files changed, 5 insertions(+), 2 deletions(-) -- 2.9.3