mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
92370e846d
Fixes Clang warning/error: In file included from .../riot/sys/cpp11-compat/thread.cpp:26: In file included from .../riot/sys/cpp11-compat/include/riot/thread.hpp:39: .../riot/sys/cpp11-compat/include/riot/mutex.hpp:47:45: error: suggest braces around initialization of subobject [-Werror,-Wmissing-braces] inline constexpr mutex() noexcept : m_mtx{0} {} ^ {} 1 error generated. |
||
---|---|---|
.. | ||
include/riot | ||
condition_variable.cpp | ||
cppsupport.cpp | ||
doc.txt | ||
Makefile | ||
mutex.cpp | ||
thread.cpp |