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/include/riot
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
..
detail everything: Remove filename from @file Doxygen command 8 years ago
chrono.hpp vtimer: get rid of 7 years ago
condition_variable.hpp sys: cpp11-compat: add missing priority_queue.h include 7 years ago
mutex.hpp sys/cpp11-compat: Add braces around mutex initializer 7 years ago
thread.hpp core: header cleanup 7 years ago