commit | 79b1b30e4c209c2ff1ddd6559b41dba1dfc8bcd8 | [log] [tgz] |
---|---|---|
author | Magnus Karlsson <magnus.karlsson@intel.com> | Thu Apr 18 09:21:10 2019 +0200 |
committer | Alexei Starovoitov <ast@kernel.org> | Thu Apr 18 16:07:12 2019 -0700 |
tree | c47dd6ce06c82144b57ab7ef3c5ef76c8d6efbaa | |
parent | da70314917862d4da4a8d7601cd47339df8b3c23 [diff] |
libbpf: remove compile time warning from libbpf_util.h Having a helpful compile time warning in libbpf_util.h is not a good idea since all warnings are treated as errors. Change this into a comment in the code instead. Fixes: b7e3a28019c9 ("libbpf: remove dependency on barrier.h in xsk.h") Signed-off-by: Magnus Karlsson <magnus.karlsson@intel.com> Acked-by: Yonghong Song <yhs@fb.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org>