Squelch clang 3.9.0 warnings about BASE (which is 32768) being converted
authordim <dim@FreeBSD.org>
Tue, 30 Aug 2016 19:02:15 +0000 (19:02 +0000)
committerdim <dim@FreeBSD.org>
Tue, 30 Aug 2016 19:02:15 +0000 (19:02 +0000)
commita0793a9d3163ef0cb9a8320f91f797e9b3f9ae99
treeb3ba25ea627d54207f27130e43a73368c08f8a44
parent03c74f13335896af1fc33ae8f3e850f4c31c4514
Squelch clang 3.9.0 warnings about BASE (which is 32768) being converted
to -32768 when it is used as an argument to mp_itom(), in both libtelnet
and newkey.  This code has been wrong since r26238 (!), so after almost
20 years it is rather useless to try to correct it.

MFC after: 1 week
contrib/telnet/libtelnet/pk.c
usr.bin/newkey/generic.c