OT_MUST_USE_RESULT is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Notes

This is currently only available with clang (C++17 implements it as attribute [[nodiscard]]). To suppress the 'unused-result' warning/error, please use the '-Wno-unused-result' compiler option.

References

from examples