in-band: Avoid "cast increases required alignment of target type" warning.
authorBen Pfaff <blp@nicira.com>
Thu, 26 May 2011 16:03:03 +0000 (09:03 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 26 May 2011 16:03:03 +0000 (09:03 -0700)
commita75777916820892493ae797e88dafd62317c00a7
treeec686d3d2214e6cafe40de0d61f47981515a10e1
parentee693ba0850c5201830f22c645f6c5a06fa4180e
in-band: Avoid "cast increases required alignment of target type" warning.

Casting a struct ofp_action_output object's address to type union
ofp_action * provokes a warning on sparc.  It's easier to just declare
the object as having type union ofp_action, even though I don't think that
there is a real problem here.
ofproto/in-band.c