setting "must inspect result" on return_loan is pedantry
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
e631567c35
commit
945fc94de7
1 changed files with 1 additions and 1 deletions
|
@ -3070,7 +3070,7 @@ dds_read_next_wl(
|
||||||
_Pre_satisfies_(((reader_or_condition & DDS_ENTITY_KIND_MASK) == DDS_KIND_READER ) ||\
|
_Pre_satisfies_(((reader_or_condition & DDS_ENTITY_KIND_MASK) == DDS_KIND_READER ) ||\
|
||||||
((reader_or_condition & DDS_ENTITY_KIND_MASK) == DDS_KIND_COND_READ ) || \
|
((reader_or_condition & DDS_ENTITY_KIND_MASK) == DDS_KIND_COND_READ ) || \
|
||||||
((reader_or_condition & DDS_ENTITY_KIND_MASK) == DDS_KIND_COND_QUERY ))
|
((reader_or_condition & DDS_ENTITY_KIND_MASK) == DDS_KIND_COND_QUERY ))
|
||||||
DDS_EXPORT _Must_inspect_result_ dds_return_t
|
DDS_EXPORT dds_return_t
|
||||||
dds_return_loan(
|
dds_return_loan(
|
||||||
_In_ dds_entity_t reader_or_condition,
|
_In_ dds_entity_t reader_or_condition,
|
||||||
_Inout_updates_(bufsz) void **buf,
|
_Inout_updates_(bufsz) void **buf,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue