Commit ed5c3817 authored by Jean-Tiare Le Bigot's avatar Jean-Tiare Le Bigot

solisten: mask clang warnings in inet_sock.h

Signed-off-by: default avatarJean-Tiare Le Bigot <jt@yadutaf.fr>
parent a3bfe09c
......@@ -46,10 +46,12 @@ parser.add_argument("-n", "--netns", default=0, type=int,
# BPF Program
bpf_text = """
#include <net/sock.h>
#include <net/inet_sock.h>
#include <net/net_namespace.h>
#include <bcc/proto.h>
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wenum-conversion"
#include <net/inet_sock.h>
#pragma clang diagnostic pop
// Common structure for UDP/TCP IPv4/IPv6
struct listen_evt_t {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment