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>
This commit is contained in:
parent
c4f803366e
commit
776cde0a10
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue