From 776cde0a10df271e7c9e3b5e192b511c270d67a7 Mon Sep 17 00:00:00 2001 From: Thomas Graf Date: Thu, 24 Jan 2013 14:29:18 +0100 Subject: [PATCH] Remove obsolete warning from as it breaks NM build NM uses -Werror=cpp thus the build breaks if we emit #warning upon inclusion of Signed-off-by: Thomas Graf --- include/netlink/object-api.h | 2 -- 1 file changed, 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 #include -#warning "You are including a deprecated header file, include ." - #endif