Open Issues Need Help
View All on GitHub Do not use `-Wformat-signedness` when compiling with clang (clang doesn't know this flag) 20 days ago
AI Summary: A recent commit introduced the `-Wformat-signedness` warning flag during `bpftool` compilation, but Clang does not recognize this option. This results in numerous "unknown warning option" messages when compiling with Clang. The issue requires modifying the build configuration to conditionally apply this flag only when using compilers that support it, such as GCC.
Complexity:
2/5
bug good first issue
libbpf/bpftool
607
Automated upstream mirror for bpftool stand-alone build.
C
#bpf#bpftool#ebpf#libbpf