1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys
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
..
analog_util sys: s/adc_util/analog_util/ and added DAC mapping 2016-03-14 20:39:31 +01:00
arduino core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00
auto_init sys: net: add UHCP protocol code and gnrc client implementation 2016-04-11 17:03:28 +02:00
base64
bitfield core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00
bloom
cbor
checksum
color sys/color: added RGB inversion and complementary color 2016-03-16 11:43:26 +01:00
config
cpp11-compat sys/cpp11-compat: Add braces around mutex initializer 2016-06-01 16:21:18 +02:00
crypto
ecc
embunit
fmt sys/fmt: added format for fixed floating points 2016-03-29 15:23:04 +02:00
hashes Cleanup: Corrected code style with uncrustify 2016-05-24 16:57:06 +02:00
include Merge pull request #5178 from OlegHahm/netstats_l3 2016-05-25 15:12:46 +02:00
libc/include/sys
log
net rpl_p2p: rm non-existing fib flag 2016-05-31 11:03:19 +02:00
newlib sys/newlib: Update _read_r and _write_r to match newlib prototypes in reent.h 2016-04-06 07:46:19 +02:00
od
oneway-malloc
phydat sys/phydat: dump function can handle fixed floats 2016-03-29 15:23:04 +02:00
pipe core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00
posix posix: Remove _t from struct names 2016-04-11 21:46:54 +02:00
ps PS: Display waiting for flags 2016-05-31 18:27:14 +02:00
quad_math
random
saul_reg sys/saul_reg: fixed return value for rm() 2016-04-15 15:06:25 +02:00
sema core: Fix/refactor function naming in core/incude/irq.h 2016-03-20 16:47:34 +01:00
seq seq: bitwise and instead of mod 2016-04-08 23:53:46 +02:00
shell sys/shell: adding definition for deactiving prompt and/or echo in shell 2016-05-26 09:36:23 +02:00
timex
trickle
tsrb
uart_stdio sys/uart_stdio: adapted to cb type change 2016-03-15 11:02:06 +01:00
ubjson
universal_address universal_address: replaced returned literals by defined constants 2016-03-30 10:29:00 +02:00
xtimer xtimer: return after xtimer_spin() when within an ISR 2016-05-10 13:30:40 -04:00
doc.txt
Makefile sys: net: add UHCP protocol code and gnrc client implementation 2016-04-11 17:03:28 +02:00
Makefile.include arm/newlib: Add pseudomodule to enable floating point printf support 2016-03-21 11:47:38 +01:00