1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
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.
2016-06-01 16:21:18 +02:00
..
include/riot sys/cpp11-compat: Add braces around mutex initializer 2016-06-01 16:21:18 +02:00
condition_variable.cpp core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00
cppsupport.cpp all: Update @gebart family name, email 2015-09-20 13:47:39 +02:00
doc.txt Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
Makefile Add replacement headers for thread, mutex and cond 2015-05-18 13:57:02 +02:00
mutex.cpp everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
thread.cpp cpp11: switched to use xtimer 2015-11-27 18:36:25 +01:00