Fixed typedef nxt_port_mmap_msg_t redefinition after 1b394e999c7c.
Redefinition of typedef is a C11 feature. On older compilers that default to C99, such as clang 3.4.1 supplied with FreeBSD 10, this caused -Wtypedef-redefinition warnings.
This commit is contained in:
@@ -14,7 +14,6 @@
|
||||
|
||||
|
||||
typedef struct nxt_go_process_s nxt_go_process_t;
|
||||
typedef struct nxt_port_mmap_msg_s nxt_port_mmap_msg_t;
|
||||
|
||||
typedef struct nxt_go_msg_s nxt_go_msg_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user