mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-06 22:15:46 +00:00
The function atomic_set return the previous value of the target. Sometimes this value is irrelevant, e.g when initializing a variable. As MISRA-C rule 17.7 requires that the value returned by a non-void function must be used, we have to explicitly ignore some cases. MISRA-C rule 17.7 Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com> |
||
---|---|---|
.. | ||
app_memory | ||
bluetooth | ||
console | ||
cpp | ||
debug | ||
dfu | ||
disk | ||
fb | ||
fs | ||
logging | ||
mgmt | ||
net | ||
power | ||
random | ||
settings | ||
shell | ||
stats | ||
storage | ||
usb | ||
CMakeLists.txt | ||
Kconfig |