projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b566902
)
ovs-dpctl: Remove UNUSED attributed in do_show
author
Justin Pettit
<jpettit@nicira.com>
Tue, 4 Aug 2009 22:15:48 +0000
(15:15 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Fri, 7 Aug 2009 01:04:36 +0000
(18:04 -0700)
The do_show() function declared the argc argument as UNUSED, but it
always is.
utilities/ovs-dpctl.c
patch
|
blob
|
history
diff --git
a/utilities/ovs-dpctl.c
b/utilities/ovs-dpctl.c
index 12960626ca322f295971106ebc280df8fb4f2641..886cdb3ac5318750a1e805b2d84d1f1d788136ad 100644
(file)
--- a/
utilities/ovs-dpctl.c
+++ b/
utilities/ovs-dpctl.c
@@
-427,7
+427,7
@@
show_dpif(struct dpif *dpif)
}
static void
-do_show(int argc
UNUSED
, char *argv[])
+do_show(int argc, char *argv[])
{
bool failure = false;
if (argc > 1) {