From cab5044987845e66dbe030eb1384d58cc5a66fc9 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Mon, 15 Dec 2014 14:10:38 +0100 Subject: lib: Move compiler.h to The following macros are renamed to avoid conflicts with other headers: * WARN_UNUSED_RESULT to OVS_WARN_UNUSED_RESULT * PRINTF_FORMAT to OVS_PRINTF_FORMAT * NO_RETURN to OVS_NO_RETURN Signed-off-by: Thomas Graf Acked-by: Ben Pfaff --- ovsdb/transaction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ovsdb/transaction.h') diff --git a/ovsdb/transaction.h b/ovsdb/transaction.h index edc91185f..1ecd15a56 100644 --- a/ovsdb/transaction.h +++ b/ovsdb/transaction.h @@ -27,7 +27,7 @@ struct uuid; struct ovsdb_txn *ovsdb_txn_create(struct ovsdb *); void ovsdb_txn_abort(struct ovsdb_txn *); struct ovsdb_error *ovsdb_txn_commit(struct ovsdb_txn *, bool durable) - WARN_UNUSED_RESULT; + OVS_WARN_UNUSED_RESULT; struct ovsdb_row *ovsdb_txn_row_modify(struct ovsdb_txn *, const struct ovsdb_row *); -- cgit v1.2.1