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 --- lib/ovsdb-idl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ovsdb-idl.h') diff --git a/lib/ovsdb-idl.h b/lib/ovsdb-idl.h index 26aa2a389..54df90de8 100644 --- a/lib/ovsdb-idl.h +++ b/lib/ovsdb-idl.h @@ -189,7 +189,7 @@ const char *ovsdb_idl_txn_status_to_string(enum ovsdb_idl_txn_status); struct ovsdb_idl_txn *ovsdb_idl_txn_create(struct ovsdb_idl *); void ovsdb_idl_txn_add_comment(struct ovsdb_idl_txn *, const char *, ...) - PRINTF_FORMAT (2, 3); + OVS_PRINTF_FORMAT (2, 3); void ovsdb_idl_txn_set_dry_run(struct ovsdb_idl_txn *); void ovsdb_idl_txn_increment(struct ovsdb_idl_txn *, const struct ovsdb_idl_row *, -- cgit v1.2.1