[ovs-git] [openvswitch/ovs] f9622d: ofproto-dpif-xlate: Fix compilation with GCC 4.6.

GitHub noreply at github.com
Wed May 18 17:23:11 UTC 2016


  Branch: refs/heads/branch-2.5
  Home:   https://github.com/openvswitch/ovs
  Commit: f9622d5c4682cef440e711973045fe7ed14089fb
      https://github.com/openvswitch/ovs/commit/f9622d5c4682cef440e711973045fe7ed14089fb
  Author: Ben Pfaff <blp at ovn.org>
  Date:   2016-05-18 (Wed, 18 May 2016)

  Changed paths:
    M ofproto/ofproto-dpif-xlate.c

  Log Message:
  -----------
  ofproto-dpif-xlate: Fix compilation with GCC 4.6.

Without this change, GCC 4.6 reports:

ofproto/ofproto-dpif-xlate.c: In function ‘xlate_actions’:
ofproto/ofproto-dpif-xlate.c:5117:27: error: missing initializer
ofproto/ofproto-dpif-xlate.c:5117:27: error: (near initialization for
    ‘(anonymous).masks.vlan_tci’)

Reported-by: Joe Stringer <joe at ovn.org>
Reported-at: https://travis-ci.org/openvswitch/ovs/builds/130256491
Signed-off-by: Ben Pfaff <blp at ovn.org>
Acked-by: Joe Stringer <joe at ovn.org>




More information about the git mailing list