diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-06-07 01:11:15 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-07 01:11:15 +0200 |
commit | fa1d33cf060b3882e8fdac2c9c8271731f668316 (patch) | |
tree | 36c850144e0deefb93e9821e6bdc96aed1453894 /ax25/axgetput/axgetput.1 | |
parent | 10233ed2e04c1ac21be6335203e7c027a3df8c87 (diff) |
netrom/netromt.c: Fix warning about set but unused variable.
gcc -DHAVE_CONFIG_H -I. -I.. -DAX25_SYSCONFDIR=\""/usr/local/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/usr/local/var/ax25/"\" -g -O2 -Wall -MT netromt.o -MD -MP -MF .deps/netromt.Tpo -c -o netromt.o netromt.c
netromt.c: In function ‘build_others’:
netromt.c:102:13: warning: variable ‘number’ set but not used [-Wunused-but-set-variable]
int which, number, quality, neigh_no, obs_count;
^
netromt.c:102:6: warning: variable ‘which’ set but not used [-Wunused-but-set-variable]
int which, number, quality, neigh_no, obs_count;
^
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'ax25/axgetput/axgetput.1')
0 files changed, 0 insertions, 0 deletions