Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

resolve_btfids: Always build with -Wall -Werror

resolve_btfids builds without compiler warnings currently, so let's
enforce this for future changes with '-Wall -Werror' flags [1].

[1] https://lore.kernel.org/bpf/1957a60b-6c45-42a7-b525-a6e335a735ff@linux.dev/

Signed-off-by: Ihor Solodrai <ihor.solodrai@linux.dev>
Signed-off-by: Andrii Nakryiko <andrii@kernel.org>
Tested-by: Alan Maguire <alan.maguire@oracle.com>
Link: https://lore.kernel.org/bpf/20251219181321.1283664-5-ihor.solodrai@linux.dev

authored by

Ihor Solodrai and committed by
Andrii Nakryiko
fb348d4f a4fa885b

+2 -1
+2 -1
tools/bpf/resolve_btfids/Makefile
··· 70 70 -I$(srctree)/tools/include/uapi \ 71 71 -I$(LIBBPF_INCLUDE) \ 72 72 -I$(SUBCMD_INCLUDE) \ 73 - $(LIBELF_FLAGS) 73 + $(LIBELF_FLAGS) \ 74 + -Wall -Werror 74 75 75 76 LIBS = $(LIBELF_LIBS) -lz 76 77