References:  <[email protected]>
 

Bleep bloop.  Greetings Nobuhiro MIKI, I am a robot and I have tried out your 
patch.
Thanks for your contribution.

I encountered some error that I wasn't expecting.  See the details below.


build:
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. 
   -I ./include -I ./include -I ./lib -I ./lib    -Wstrict-prototypes -Wall 
-Wextra -Wno-sign-compare -Wpointer-arith -Wformat -Wformat-security 
-Wswitch-enum -Wunused-parameter -Wbad-function-cast -Wcast-align 
-Wstrict-prototypes -Wold-style-definition -Wmissing-prototypes 
-Wmissing-field-initializers -fno-strict-aliasing -Wshadow -Werror -Werror   -g 
-O2 -MT lib/odp-util.lo -MD -MP -MF $depbase.Tpo -c -o lib/odp-util.lo 
lib/odp-util.c &&\
mv -f $depbase.Tpo $depbase.Plo
libtool: compile:  gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I ./include -I ./include 
-I ./lib -I ./lib -Wstrict-prototypes -Wall -Wextra -Wno-sign-compare 
-Wpointer-arith -Wformat -Wformat-security -Wswitch-enum -Wunused-parameter 
-Wbad-function-cast -Wcast-align -Wstrict-prototypes -Wold-style-definition 
-Wmissing-prototypes -Wmissing-field-initializers -fno-strict-aliasing -Wshadow 
-Werror -Werror -g -O2 -MT lib/odp-util.lo -MD -MP -MF lib/.deps/odp-util.Tpo 
-c lib/odp-util.c -o lib/odp-util.o
lib/odp-util.c: In function 'format_odp_tnl_push_header':
lib/odp-util.c:724:18: error: pointer of type 'void *' used in arithmetic 
[-Werror=pointer-arith]
         srh = l3 + IPV6_HEADER_LEN;
                  ^
lib/odp-util.c:725:29: error: pointer of type 'void *' used in arithmetic 
[-Werror=pointer-arith]
         segs = (void *) srh + sizeof(struct srv6_base_hdr);
                             ^
lib/odp-util.c:733:13: error: passing argument 1 of 'ipv6_format_addr' from 
incompatible pointer type [-Werror]
             ipv6_format_addr(&segs[nr_segs - i - 1], ds);
             ^
In file included from lib/flow.h:31:0,
                 from lib/odp-util.h:24,
                 from lib/odp-util.c:21:
lib/packets.h:1569:6: note: expected 'const struct in6_addr *' but argument is 
of type 'union ovs_16aligned_in6_addr *'
 void ipv6_format_addr(const struct in6_addr *addr, struct ds *);
      ^
cc1: all warnings being treated as errors
make[2]: *** [lib/odp-util.lo] Error 1
make[2]: Leaving directory 
`/var/lib/jenkins/jobs/0day_robot_upstream_build_from_pw/workspace'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
`/var/lib/jenkins/jobs/0day_robot_upstream_build_from_pw/workspace'
make: *** [all] Error 2


Please check this out.  If you feel there has been an error, please email 
[email protected]

Thanks,
0-day Robot
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to