[riot-commits] [RIOT-OS/RIOT] 3063e3: Fix all warnings for native and qemu-i386
René Kijewski
kijewski at mi.fu-berlin.de
Wed Jul 2 10:58:48 CEST 2014
Branch: refs/heads/master
Home: https://github.com/RIOT-OS/RIOT
Commit: 3063e3c2b100a1afb2844e5350339066c2dc0e7d
https://github.com/RIOT-OS/RIOT/commit/3063e3c2b100a1afb2844e5350339066c2dc0e7d
Author: René Kijewski <rene.kijewski at fu-berlin.de>
Date: 2014-06-24 (Tue, 24 Jun 2014)
Changed paths:
M cpu/native/include/native_internal.h
M cpu/native/lpm_cpu.c
M cpu/native/startup.c
M cpu/native/syscalls.c
M examples/rpl_udp/helper.c
M sys/net/ccn_lite/ccnl-ext-frag.c
M sys/net/include/destiny/types.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/routing/rpl/rpl.c
M tests/test_posix_semaphore/main.c
M tests/test_posix_sleep/main.c
M tests/test_pthread_barrier/main.c
M tests/test_thread_basic/main.c
M tests/test_thread_exit/main.c
M tests/test_thread_msg/main.c
M tests/test_thread_msg_block_w_queue/main.c
M tests/test_thread_msg_block_wo_queue/main.c
Log Message:
-----------
Fix all warnings for native and qemu-i386
Missing returns, unused variables (only used for debugging), empty
translation units, missing function prototypes, and GNU extensions.
Commit: 63dd8546afda3a1b8e74f7dead439d403f8ab3ac
https://github.com/RIOT-OS/RIOT/commit/63dd8546afda3a1b8e74f7dead439d403f8ab3ac
Author: René Kijewski <kijewski at mi.fu-berlin.de>
Date: 2014-07-02 (Wed, 02 Jul 2014)
Changed paths:
M cpu/native/include/native_internal.h
M cpu/native/lpm_cpu.c
M cpu/native/startup.c
M cpu/native/syscalls.c
M examples/rpl_udp/helper.c
M sys/net/ccn_lite/ccnl-ext-frag.c
M sys/net/include/destiny/types.h
M sys/net/network_layer/sixlowpan/icmp.c
M sys/net/routing/rpl/rpl.c
M tests/test_posix_semaphore/main.c
M tests/test_posix_sleep/main.c
M tests/test_pthread_barrier/main.c
M tests/test_thread_basic/main.c
M tests/test_thread_exit/main.c
M tests/test_thread_msg/main.c
M tests/test_thread_msg_block_w_queue/main.c
M tests/test_thread_msg_block_wo_queue/main.c
Log Message:
-----------
Merge pull request #1335 from Kijewski/fix-all-warnings-for-native-and-qemu-i386
Fix all warnings for native and qemu-i386
Compare: https://github.com/RIOT-OS/RIOT/compare/e75a6a86c0a0...63dd8546afda
More information about the commits
mailing list