• Alexei Starovoitov's avatar
    samples/bpf: silence compiler warnings · 69a9d09b
    Alexei Starovoitov authored
    silence some of the clang compiler warnings like:
    include/linux/fs.h:2693:9: warning: comparison of unsigned enum expression < 0 is always false
    arch/x86/include/asm/processor.h:491:30: warning: taking address of packed member 'sp0' of class or structure 'x86_hw_tss' may result in an unaligned pointer value
    include/linux/cgroup-defs.h:326:16: warning: field 'cgrp' with variable sized type 'struct cgroup' not at the end of a struct or class is a GNU extension
    since they add too much noise to samples/bpf/ build.
    Signed-off-by: default avatarAlexei Starovoitov <ast@kernel.org>
    Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
    69a9d09b
Makefile 5.97 KB