https://bugs.winehq.org/show_bug.cgi?id=43971
--- Comment #13 from Zhenya Zenitur@yandex.ru --- P.S. Some warnings when compile Wine 3.2 using my VM image:
gcc-4.8 -m64 -c -o schannel_gnutls.o schannel_gnutls.c -I. -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe \ -fno-strict-aliasing -Wdeclaration-after-statement -Wempty-body -Wignored-qualifiers \ -Wstrict-prototypes -Wtype-limits -Wunused-but-set-parameter -Wvla -Wwrite-strings -Wpointer-arith \ -Wlogical-op -gdwarf-2 -gstrict-dwarf -DLDAP_DEPRECATED=1 -O2 -g -m64 -fmessage-length=0 -D_FORTIFY_SOURCE=2 -fstack-protector -funwind-tables -fasynchronous-unwind-tables -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=0 schannel_gnutls.c: In function ‘schannel_get_cipher_algid’: schannel_gnutls.c:309:5: warning: case value ‘92’ not in enumerated type ‘gnutls_cipher_algorithm_t’ [-Wswitch] case GNUTLS_CIPHER_AES_192_CBC: return CALG_AES_192; ^ schannel_gnutls.c:308:5: warning: case value ‘93’ not in enumerated type ‘gnutls_cipher_algorithm_t’ [-Wswitch] case GNUTLS_CIPHER_AES_128_GCM: return CALG_AES_128; ^ schannel_gnutls.c:310:5: warning: case value ‘94’ not in enumerated type ‘gnutls_cipher_algorithm_t’ [-Wswitch] case GNUTLS_CIPHER_AES_256_GCM: ^ schannel_gnutls.c: In function ‘schannel_get_mac_algid’: schannel_gnutls.c:336:9: warning: case value ‘93’ not in enumerated type ‘gnutls_cipher_algorithm_t’ [-Wswitch] case GNUTLS_CIPHER_AES_128_GCM: return CALG_SHA_256; ^ schannel_gnutls.c:337:9: warning: case value ‘94’ not in enumerated type ‘gnutls_cipher_algorithm_t’ [-Wswitch] case GNUTLS_CIPHER_AES_256_GCM: return CALG_SHA_384; ^ schannel_gnutls.c:331:5: warning: case value ‘200’ not in enumerated type ‘gnutls_mac_algorithm_t’ [-Wswitch] case GNUTLS_MAC_AEAD: ^ schannel_gnutls.c: In function ‘schan_imp_get_key_signature_algorithm’: schannel_gnutls.c:412:5: warning: case value ‘12’ not in enumerated type ‘gnutls_kx_algorithm_t’ [-Wswitch] case GNUTLS_KX_ECDHE_RSA: return CALG_RSA_SIGN; ^ schannel_gnutls.c:413:5: warning: case value ‘13’ not in enumerated type ‘gnutls_kx_algorithm_t’ [-Wswitch] case GNUTLS_KX_ECDHE_ECDSA: return CALG_ECDSA; ^