X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ovsdb%2Fovsdb-idlc.in;fp=ovsdb%2Fovsdb-idlc.in;h=9a90679ec43d492c349144ebf7c88b3e93630160;hb=c69ee87c10818267f991236201150b1fa51ae519;hp=a0f4a56dca62c3fc987f76f33d7c0eccd43e4106;hpb=62ee3464d99c0e37f38b503321cd46181c5c7617;p=sliver-openvswitch.git diff --git a/ovsdb/ovsdb-idlc.in b/ovsdb/ovsdb-idlc.in index a0f4a56dc..9a90679ec 100755 --- a/ovsdb/ovsdb-idlc.in +++ b/ovsdb/ovsdb-idlc.in @@ -444,7 +444,7 @@ def printCIDLSource(schemaFile): static bool inited; -static void UNUSED +static void OVS_UNUSED do_set_regex(struct ovsdb_base_type *base, const char *reMatch, const char *reComment) { @@ -585,7 +585,7 @@ static void else: print ''' static void -%(s)s_unparse_%(c)s(struct ovsdb_idl_row *row UNUSED) +%(s)s_unparse_%(c)s(struct ovsdb_idl_row *row OVS_UNUSED) { /* Nothing to do. */ }''' % {'s': structName, 'c': columnName}