Protect use of _Static_assert().
Signed-off-by: Austen Lauria <awlauria@us.ibm.com>
Этот коммит содержится в:
родитель
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
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user