1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/sys/net
Joakim Gebart 869ce92246 ng_ndp: reduce scope of variables l2src, l2src_len
Fixes cppcheck warnings:

    sys/net/network_layer/ng_ndp/ng_ndp.c:548: style (variableScope): The scope of the variable 'l2src' can be reduced.
    sys/net/network_layer/ng_ndp/ng_ndp.c:549: style (variableScope): The scope of the variable 'l2src_len' can be reduced.
    sys/net/network_layer/ng_ndp/ng_ndp.c:608: style (variableScope): The scope of the variable 'l2src' can be reduced.
    sys/net/network_layer/ng_ndp/ng_ndp.c:609: style (variableScope): The scope of the variable 'l2src_len' can be reduced.
2015-05-18 06:34:13 +02:00
..
ccn_lite transceiver: use transceiver specific broadcast 2015-04-19 20:35:11 +02:00
crosslayer netif_hdr: print 0-length L2 addresses correctly 2015-05-08 19:08:21 +02:00
include sys/net/include/socket_base.h: trailing space 2015-05-09 09:06:44 +02:00
link_layer sys: net: ng_nomac: add cast to debug call to fix warning 2015-04-09 18:17:35 +02:00
network_layer ng_ndp: reduce scope of variables l2src, l2src_len 2015-05-18 06:34:13 +02:00
routing Merge pull request #2953 from OlegHahm/ng_sizeof 2015-05-10 12:27:05 +02:00
transport_layer Merge pull request #2939 from gebart/pr/whitespace-fixes1 2015-05-09 23:46:31 +02:00
doc.txt fix license headers in non-.c files 2014-08-23 16:16:26 +02:00