[riot-commits] [RIOT-OS/RIOT] 09bdb5: native: fix function prototype to match to api
Christian Mehlis
mehlis at inf.fu-berlin.de
Thu Feb 20 10:27:37 CET 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 09bdb56d52bc5907aceec62c3ab3984a548b8a2d
https://github.com/RIOT-OS/RIOT/commit/09bdb56d52bc5907aceec62c3ab3984a548b8a2d
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M boards/native/drivers/native-ltc4150.c
Log Message:
-----------
native: fix function prototype to match to api
Commit: 0309fecc19b1e168a72b96b4925c971750392a52
https://github.com/RIOT-OS/RIOT/commit/0309fecc19b1e168a72b96b4925c971750392a52
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2014-02-18 (Tue, 18 Feb 2014)
Changed paths:
M boards/mbed_lpc1768/hwtimer_board.c
M core/mutex.c
M core/queue.c
M cpu/native/net/interface.c
M cpu/native/net/tap.c
M examples/ccn-lite-relay/main.c
M sys/net/network_layer/sixlowpan/lowpan.c
M sys/net/routing/rpl/trickle.c
M sys/semaphore/semaphore.c
M sys/shell/commands/sc_transceiver.c
M sys/timex/timex.c
M sys/transceiver/transceiver.c
M sys/vtimer/vtimer.c
Log Message:
-----------
fix warning: invalid suffix on literal
C++11 requires a space between
literal and identifier [-Wliteral-suffix]
Commit: 48f23aa43d903699e2bc0e785412f19672b0b5ff
https://github.com/RIOT-OS/RIOT/commit/48f23aa43d903699e2bc0e785412f19672b0b5ff
Author: Christian Mehlis <mehlis at inf.fu-berlin.de>
Date: 2014-02-20 (Thu, 20 Feb 2014)
Changed paths:
M boards/mbed_lpc1768/hwtimer_board.c
M boards/native/drivers/native-ltc4150.c
M core/mutex.c
M core/queue.c
M cpu/native/net/interface.c
M cpu/native/net/tap.c
M examples/ccn-lite-relay/main.c
M sys/net/network_layer/sixlowpan/lowpan.c
M sys/net/routing/rpl/trickle.c
M sys/semaphore/semaphore.c
M sys/shell/commands/sc_transceiver.c
M sys/timex/timex.c
M sys/transceiver/transceiver.c
M sys/vtimer/vtimer.c
Log Message:
-----------
Merge pull request #734 from mehlis/native-c++-fixes
C++ compiler warnings (native, core)
Compare: https://github.com/RIOT-OS/RIOT/compare/c5230a4a0a94...48f23aa43d90
More information about the commits
mailing list