We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26ba1e0 commit c94ae21Copy full SHA for c94ae21
drivers/hid/bpf/progs/Makefile
@@ -56,7 +56,7 @@ clean:
56
57
%.bpf.o: %.bpf.c vmlinux.h $(BPFOBJ) | $(OUTPUT)
58
$(call msg,BPF,$@)
59
- $(Q)$(CLANG) -g -O2 --target=bpf $(INCLUDES) \
+ $(Q)$(CLANG) -g -O2 --target=bpf -Wall -Werror $(INCLUDES) \
60
-c $(filter %.c,$^) -o $@ && \
61
$(LLVM_STRIP) -g $@
62
0 commit comments