X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ovsdb%2Fovsdb-idlc.in;h=9a90679ec43d492c349144ebf7c88b3e93630160;hb=abaad8cf1b5089e17a4af0ab1ff644bfcf63cad9;hp=a0f4a56dca62c3fc987f76f33d7c0eccd43e4106;hpb=9cb53f2613d0194b85dddfdafc11d7193d6561e3;p=openvswitch diff --git a/ovsdb/ovsdb-idlc.in b/ovsdb/ovsdb-idlc.in index a0f4a56d..9a90679e 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}