From 6501fda909c3f70fb8df171003af32956d05fc43 Mon Sep 17 00:00:00 2001 From: Justin Pettit Date: Thu, 8 Apr 2010 17:53:58 -0700 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vswitchd/bridge.c b/vswitchd/bridge.c index 5a64d8676..620689fcf 100644 --- 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; -- 2.43.0