diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2013-06-17 08:50:11 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2013-06-17 08:52:11 +0200 |
commit | c1a5bd727ae7552ec7171d25aaa7e65a6fd50fb4 (patch) | |
tree | d2d90c8544e80012a5846bc844489a391ee32f7c /call/call.c | |
parent | 8c57f8bb2b04372e0f4fe70d2759a90efe23921f (diff) |
Fix warnings about set but not used variables.
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -Wno-pointer-sign -MT rosedump.o -MD -MP -MF .deps/rosedump.Tpo -c -o rosedump.o rosedump.c
rosedump.c: In function ‘rose_dump’:
rosedump.c:57:17: warning: variable ‘dest’ set but not used [-Wunused-but-set-va riable]
rosedump.c:56:17: warning: variable ‘source’ set but not used [-Wunused-but-set- variable]
rosedump.c: In function ‘facility’:
rosedump.c:329:12: warning: variable ‘lgaddr’ set but not used [-Wunused-but-set -variable]
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'call/call.c')
0 files changed, 0 insertions, 0 deletions