You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RIOT/sys/cpp11-compat
Joakim Nohlgård 92370e846d sys/cpp11-compat: Add braces around mutex initializer
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.
7 years ago
..
include/riot sys/cpp11-compat: Add braces around mutex initializer 7 years ago
Makefile Add replacement headers for thread, mutex and cond 8 years ago
condition_variable.cpp core: Fix/refactor function naming in core/incude/irq.h 7 years ago
cppsupport.cpp all: Update @gebart family name, email 8 years ago
doc.txt Add replacement headers for thread, mutex and cond 8 years ago
mutex.cpp everything: Remove filename from @file Doxygen command 8 years ago
thread.cpp cpp11: switched to use xtimer 7 years ago