bridge: Avoid "cast increases required alignment of target type" warning.
authorBen Pfaff <blp@nicira.com>
Tue, 24 May 2011 18:02:31 +0000 (11:02 -0700)
committerBen Pfaff <blp@nicira.com>
Thu, 26 May 2011 16:03:05 +0000 (09:03 -0700)
commit98dbe2dded157a753a56df30faba3f5f51dc35f7
tree42c366534772301936e228afd2b09f0c69b7c820
parenta75777916820892493ae797e88dafd62317c00a7
bridge: Avoid "cast increases required alignment of target type" warning.

This pointer arithmetic caused a warning on sparc.  One alternative would
be to add a cast through "void *", but it seems at least as reasonable to
just use a few macros to do direct assignments.
vswitchd/bridge.c