1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
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.
2016-06-01 16:21:18 +02:00
..
detail everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00
chrono.hpp vtimer: get rid of 2016-03-24 17:10:54 +01:00
condition_variable.hpp sys: cpp11-compat: add missing priority_queue.h include 2016-04-10 02:32:46 +02:00
mutex.hpp sys/cpp11-compat: Add braces around mutex initializer 2016-06-01 16:21:18 +02:00
thread.hpp core: header cleanup 2016-02-28 22:46:28 +01:00