diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2017-08-03 23:02:24 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2017-08-03 23:02:24 +0200 |
commit | 18df376e0d79a6e167aa188c89c45cdc8046c67f (patch) | |
tree | dac00259ff46009838d99d2b5f6e63f02069c088 /Makefile.am | |
parent | 47a89b1c839f0bfe3ad95d9d2d1fcdf99d6b944d (diff) |
call: Remove unused arguments from sevenplname()
This fixes the following warnings:
gcc -DHAVE_CONFIG_H -I. -I.. -O2 -Wall -Wunused-parameter -flto -MT call.o -MD -MP -MF .deps/call.Tpo -c -o call.o call.c
[...]
call.c: In function ‘sevenplname’:
call.c:1910:52: warning: unused parameter ‘buf’ [-Wunused-parameter]
int *logfile, char parms[], int parmsbytes, char buf[],
^~~
call.c:1911:7: warning: unused parameter ‘bytes’ [-Wunused-parameter]
int bytes)
^~~~~
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'Makefile.am')
0 files changed, 0 insertions, 0 deletions