1
1

Protect use of _Static_assert().

Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
Этот коммит содержится в:
Austen Lauria 2020-02-04 13:46:58 -05:00
родитель 827e9f66af
Коммит 824dbcbcf3

Просмотреть файл

@ -62,7 +62,9 @@ struct mca_btl_tcp_modex_addr_t {
};
typedef struct mca_btl_tcp_modex_addr_t mca_btl_tcp_modex_addr_t;
#if (__STDC_VERSION__ >= 201112L)
_Static_assert(sizeof(struct mca_btl_tcp_modex_addr_t) == 32, "mca_btl_tcp_modex_addr_t");
#endif
/**
* Remote peer address structure