projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f0c6892
)
vswitch: Mark bridge_update_desc argument as unused
author
Justin Pettit
<jpettit@nicira.com>
Fri, 9 Apr 2010 00:53:58 +0000
(17:53 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Fri, 9 Apr 2010 00:53:58 +0000
(17:53 -0700)
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
patch
|
blob
|
history
diff --git
a/vswitchd/bridge.c
b/vswitchd/bridge.c
index 5a64d8676cb8da0f51e10024d5d692c35c1c85bc..620689fcf23d5a98ba8cb750e66162c3928622b4 100644
(file)
--- a/
vswitchd/bridge.c
+++ b/
vswitchd/bridge.c
@@
-1291,7
+1291,7
@@
check_duplicate_ifaces(struct bridge *br, struct iface *iface, void *ifaces_)
}
static void
-bridge_update_desc(struct bridge *br)
+bridge_update_desc(struct bridge *br
OVS_UNUSED
)
{
#if 0
bool changed = false;