mirror of
https://github.com/openvswitch/ovs
synced 2025-08-31 14:25:26 +00:00
Rename UNUSED macro to OVS_UNUSED to avoid naming conflict.
Requested by Jean Tourrilhes <jt@hpl.hp.com>.
This commit is contained in:
@@ -107,7 +107,7 @@ dpif_linux_enumerate(struct svec *all_dps)
|
||||
}
|
||||
|
||||
static int
|
||||
dpif_linux_open(const char *name UNUSED, char *suffix, bool create,
|
||||
dpif_linux_open(const char *name OVS_UNUSED, char *suffix, bool create,
|
||||
struct dpif **dpifp)
|
||||
{
|
||||
int minor;
|
||||
|
Reference in New Issue
Block a user