Give an unnamed union in sys/ofed/include/rdma/ib_verbs.h a name, to

silence a gcc warning.

Approved by:	re (gjb)
MFC after:      3 days
This commit is contained in:
dim 2013-10-07 16:54:29 +00:00
parent 7eedec3f1c
commit 1d953d974c

View File

@ -660,7 +660,7 @@ struct ib_qp_init_attr {
union {
struct ib_qp *qpg_parent; /* see qpg_type */
struct ib_qpg_init_attrib parent_attrib;
};
} pp;
enum ib_sig_type sq_sig_type;
enum ib_qp_type qp_type;
enum ib_qp_create_flags create_flags;