diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2015-06-07 00:34:37 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-07 00:34:37 +0200 |
commit | fc7cee38b29d3d0345be983c933986e9f127ca6c (patch) | |
tree | c72284a9dda85a515ef659b8c3d19f2829a45ec5 /tcpip/rip98t.c | |
parent | ba5597a1a52a2d33504c06d183b3019809dd8239 (diff) |
ax25/access.c: Fix signedness compiler warnings.
cc -DHAVE_CONFIG_H -I. -I.. -DAX25_SYSCONFDIR=\""/usr/local/etc/ax25/"\" -DAX25_LOCALSTATEDIR=\""/usr/local/var/ax25/"\" -g -O2 -Wall -MT access.o -MD -MP -MF .deps/access.Tpo -c -o access.o access.c
access.c: In function ‘calc_md5_pw’:
access.c:194:23: warning: pointer targets in passing argument 2 of ‘MD5Update’ differ in signedness [-Wpointer-sign]
MD5Update(&context, buffer+i, n);
^
In file included from access.c:13:0:
md5.h:60:6: note: expected ‘unsigned char *’ but argument is of type ‘char *’
void MD5Update(MD5_CTX *mdContext, unsigned char *inBuf, unsigned int inLen);
^
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'tcpip/rip98t.c')
0 files changed, 0 insertions, 0 deletions