From dfbe66a826628d7cd3d7a0d6159987a4b9e68faa Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 15 Aug 2016 21:01:31 +0200 Subject: [PATCH] Byte-enums redefined --- include/WinStd/EAP.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/WinStd/EAP.h b/include/WinStd/EAP.h index 7a70ae04..92611462 100644 --- a/include/WinStd/EAP.h +++ b/include/WinStd/EAP.h @@ -50,7 +50,8 @@ namespace winstd /// /// \sa [Extensible Authentication Protocol (EAP) Registry (Chapter: Method Types)](https://www.iana.org/assignments/eap-numbers/eap-numbers.xhtml#eap-numbers-4) /// - enum eap_type_t { + #pragma warning(suppress: 4480) + enum eap_type_t : unsigned char { eap_type_undefined = 0, ///< Undefined EAP type eap_type_tls = 13, ///< EAP-TLS eap_type_ttls = 21, ///< EAP-TTLS