doc: Add __must_check to PREDEFINED
This helps avoid unnecessary warning from function and function pointer declarations. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>
This commit is contained in:
parent
b0c48a2182
commit
50adc4b903
1 changed files with 1 additions and 0 deletions
|
@ -2301,6 +2301,7 @@ PREDEFINED = __DOXYGEN__ \
|
|||
"__printf_like(x, y)=" \
|
||||
__attribute__(x)= \
|
||||
__syscall= \
|
||||
"__must_check=" \
|
||||
DT_DOXYGEN \
|
||||
"ATOMIC_DEFINE(x, y)=atomic_t x[ATOMIC_BITMAP_SIZE(y)]"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue