]> granicus.if.org Git - libnl/commitdiff
Remove obsolete warning from <netlink/object-api.h> as it breaks NM build
authorThomas Graf <tgraf@suug.ch>
Thu, 24 Jan 2013 13:29:18 +0000 (14:29 +0100)
committerThomas Graf <tgraf@suug.ch>
Thu, 24 Jan 2013 13:29:18 +0000 (14:29 +0100)
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>
include/netlink/object-api.h

index 6f8f0105cc7ade04850ad1ec2d10569ac18137c1..75f29cb59c30b1dfae820deed4fa9f0c437efd33 100644 (file)
@@ -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