aboutsummaryrefslogtreecommitdiff
path: root/ovsdb/column.h
diff options
context:
space:
mode:
Diffstat (limited to 'ovsdb/column.h')
-rw-r--r--ovsdb/column.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ovsdb/column.h b/ovsdb/column.h
index 60ba478af..f75a1076d 100644
--- a/ovsdb/column.h
+++ b/ovsdb/column.h
@@ -53,7 +53,7 @@ void ovsdb_column_destroy(struct ovsdb_column *);
struct ovsdb_error *ovsdb_column_from_json(const struct json *,
const char *name,
struct ovsdb_column **)
- WARN_UNUSED_RESULT;
+ OVS_WARN_UNUSED_RESULT;
struct json *ovsdb_column_to_json(const struct ovsdb_column *);
/* An unordered set of distinct columns. */