projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70d3fbe
)
tests: Remove incorrect OVS_UNUSED from declaration.
author
Ben Pfaff
<blp@nicira.com>
Wed, 26 May 2010 19:52:06 +0000
(12:52 -0700)
committer
Ben Pfaff
<blp@nicira.com>
Wed, 26 May 2010 22:24:43 +0000
(15:24 -0700)
tests/test-vconn.c
patch
|
blob
|
history
diff --git
a/tests/test-vconn.c
b/tests/test-vconn.c
index a394f6cfbc20562b2148e11baa8ba1aafd80609d..265bdecb5e7e6acd2116ba390ab3969a95cdeadd 100644
(file)
--- a/
tests/test-vconn.c
+++ b/
tests/test-vconn.c
@@
-396,7
+396,7
@@
static const struct command commands[] = {
};
int
-main(int argc
OVS_UNUSED
, char *argv[])
+main(int argc, char *argv[])
{
set_program_name(argv[0]);
time_init();