commit | fd63729cc0a6872bdabd393ee933a969642e4076 | [log] [tgz] |
---|---|---|
author | Andrii Nakryiko <andrii@kernel.org> | Wed Nov 11 15:12:15 2020 -0800 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Nov 12 09:13:49 2020 -0800 |
tree | 6fda60c36d92c62a0c25a0e93c577b6f9ab80917 | |
parent | f16e631333a8f12ae8128826e695db4b2a528407 [diff] |
selftests/bpf: Fix unused attribute usage in subprogs_unused test Correct attribute name is "unused". maybe_unused is a C++17 addition. This patch fixes compilation warning during selftests compilation. Fixes: 197afc631413 ("libbpf: Don't attempt to load unused subprog as an entry-point BPF program") Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20201111231215.1779147-1-andrii@kernel.org