X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ovsdb%2Fmutation.c;h=6a43e3423db91114903c66ad2340e7871c994bff;hb=HEAD;hp=967ad157d0cdbc819753f9b6aa0289538e1cc747;hpb=428b2eddc9c47d8306252f0fc5218839d2ff017c;p=cascardo%2Fovs.git diff --git a/ovsdb/mutation.c b/ovsdb/mutation.c index 967ad157d..6a43e3423 100644 --- a/ovsdb/mutation.c +++ b/ovsdb/mutation.c @@ -53,7 +53,7 @@ ovsdb_mutator_to_string(enum ovsdb_mutator mutator) return NULL; } -static WARN_UNUSED_RESULT struct ovsdb_error * +static OVS_WARN_UNUSED_RESULT struct ovsdb_error * type_mismatch(const struct ovsdb_mutation *m, const struct json *json) { struct ovsdb_error *error; @@ -69,7 +69,7 @@ type_mismatch(const struct ovsdb_mutation *m, const struct json *json) return error; } -static WARN_UNUSED_RESULT struct ovsdb_error * +static OVS_WARN_UNUSED_RESULT struct ovsdb_error * ovsdb_mutation_from_json(const struct ovsdb_table_schema *ts, const struct json *json, struct ovsdb_symbol_table *symtab,