mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 14:50:10 +01:00
platform: fix the typedef-redefinition warnings
The configure script disabled the warning by accident.
This commit is contained in:
parent
85c92ff372
commit
5f849faa15
2 changed files with 0 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue