platform: fix the typedef-redefinition warnings

The configure script disabled the warning by accident.
This commit is contained in:
Lubomir Rintel 2016-05-18 20:47:27 +02:00
parent 85c92ff372
commit 5f849faa15
2 changed files with 0 additions and 3 deletions

View file

@ -49,8 +49,6 @@
/******************************************************************/
typedef struct _NMPlatform NMPlatform;
/* workaround for older libnl version, that does not define these flags. */
#ifndef IFA_F_MANAGETEMPADDR
#define IFA_F_MANAGETEMPADDR 0x100

View file

@ -94,7 +94,6 @@ typedef enum { /*< skip >*/
NMP_CACHE_ID_TYPE_MAX = __NMP_CACHE_ID_TYPE_MAX - 1,
} NMPCacheIdType;
typedef struct _NMPObject NMPObject;
typedef struct _NMPCacheId NMPCacheId;
struct _NMPCacheId {