On Sat, Jan 25, 2014 at 11:48:54AM +0800, linaishan wrote: > I got this error: > /********/ > security -Wswitch-enum -Wunused-parameter -Wstrict-aliasing > -Wbad-function-cast -Wcast-align -Wmissing-prototypes > -Wmissing-field-initializers -g -O2 -MT lib/bfd.o -MD -MP -MF $depbase.Tpo > -c -o lib/bfd.o lib/bfd.c &&\ > In file included from lib/bfd.c:27:0: > lib/flow.h:136:1: error: negative width in bit-field 'build_assert_failed' > mv -f $depbase.Tpo $depbase.Po > make[2]: *** [lib/bfd.o] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > /********/ > Is this mean the struct flow I changed has something error?
You need to look at the code where the error occurred and, if necessary, update it. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
