lib/krb5: WIN32 disable warnings
commit7d5b8445386b56aa3b1b5a8e46e9d8cb4297442a
authorJeffrey Altman <jaltman@secure-endpoints.com>
Tue, 8 Jan 2019 16:11:14 +0000 (8 11:11 -0500)
committerJeffrey Altman <jaltman@secure-endpoints.com>
Mon, 14 Jan 2019 11:12:36 +0000 (14 06:12 -0500)
treee735d6e025732c2fd020533b29871e9b79d87a83
parent9d3e206b76c3b1f4a679bbb3902d4ee4966fbf46
lib/krb5: WIN32 disable warnings

Heimdal declares functions that never return as non-void.  Suppress
the following warnings now that functions are labeled 'noreturn'.

4646 - function declared with __declspec(noreturn) has non-void return type

4716 - 'function' must return a value

Change-Id: Id85cc435e99688bae7326a723a5a80d828859bf2
lib/krb5/warn.c