vswitch: Mark bridge_update_desc argument as unused
authorJustin Pettit <jpettit@nicira.com>
Fri, 9 Apr 2010 00:53:58 +0000 (17:53 -0700)
committerJustin Pettit <jpettit@nicira.com>
Fri, 9 Apr 2010 00:53:58 +0000 (17:53 -0700)
commit6501fda909c3f70fb8df171003af32956d05fc43
treea98098706af04e6122f97742c7a437f6bc921af1
parentf0c689263a0424c83663b8466a64a051a012c757
vswitch: Mark bridge_update_desc argument as unused

The implementation of bridge_update_desc() is empty, which causes a
compiler warning for the argument.  Mark the argument unused until we
get a chance to fix the function's implementation.
vswitchd/bridge.c