summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Graf <tgraf@suug.ch>2013-01-24 14:29:18 +0100
committerThomas Graf <tgraf@suug.ch>2013-01-24 14:29:18 +0100
commit776cde0a10df271e7c9e3b5e192b511c270d67a7 (patch)
treec91feed7c223437ed39edfe694a234ffc9eee65b
parentc4f803366e7519f90075d08a29eacc6ab8d78bed (diff)
downloadlibnl-776cde0a10df271e7c9e3b5e192b511c270d67a7.tar.gz
Remove obsolete warning from <netlink/object-api.h> as it breaks NM build
NM uses -Werror=cpp thus the build breaks if we emit #warning upon inclusion of <netlink/object-api.h> Signed-off-by: Thomas Graf <tgraf@suug.ch>
-rw-r--r--include/netlink/object-api.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/netlink/object-api.h b/include/netlink/object-api.h
index 6f8f010..75f29cb 100644
--- a/include/netlink/object-api.h
+++ b/include/netlink/object-api.h
@@ -16,6 +16,4 @@
#include <netlink/utils.h>
#include <netlink/object.h>
-#warning "You are including a deprecated header file, include <netlink/object.h>."
-
#endif