Created
September 3, 2019 23:16
-
-
Save tehnerd/3e5f615335577145260c9cda13ebaebb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In file included from bpf/balancer_kern.c:20: | |
bpf/handle_icmp.h:121:9: warning: incompatible integer to pointer conversion initializing 'void *' with an expression of type '__u32' (aka 'unsigned int') [-Wint-conversion] | |
void *data = xdp->data; | |
^ ~~~~~~~~~ bpf/handle_icmp.h:122:9: warning: incompatible integer to pointer conversion initializing 'void *' with an expression of type '__u32' (aka 'unsigned int') [-Wint-conversion] | |
void *data_end = xdp->data_end; | |
^ ~~~~~~~~~~~~~ | |
bpf/handle_icmp.h:166:9: warning: incompatible integer to pointer conversion initializing 'void *' with an expression of type '__u32' (aka 'unsigned int') [-Wint-conversion] | |
void *data = xdp->data; | |
^ ~~~~~~~~~ | |
bpf/handle_icmp.h:167:9: warning: incompatible integer to pointer conversion initializing 'void *' with an expression of type '__u32' (aka 'unsigned int') [-Wint-conversion] | |
void *data_end = xdp->data_end; | |
^ ~~~~~~~~~~~~~ | |
4 warnings generated. | |
/home/tehnerd/katran/deps/clang/clang+l |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment