But I've replaced
-G "Visual Studio 14 2015"
with
-G "Visual Studio 15 2017"
I ignore a lot of seemingly-innocuous warnings (signed mismatch, zero-len array, /QSpectre etc)
But getting tons of errors like
"F:\grpc\.build\ALL_BUILD.vcxproj" (default target) (1) ->
"F:\grpc\.build\third_party\boringssl\crypto\asn1\asn1.vcxproj" (default target) (8) ->
(ClCompile target) ->
f:\grpc\third_party\boringssl\crypto\asn1\f_string.c(82): error C2220: warning treated as error - no 'object' file generated [F:\grpc\.build\third_party\bor
ingssl\crypto\asn1\asn1.vcxproj]
f:\grpc\third_party\boringssl\crypto\asn1\f_int.c(88): error C2220: warning treated as error - no 'object' file generated [F:\grpc\.build\third_party\boring
ssl\crypto\asn1\asn1.vcxproj]
f:\grpc\third_party\boringssl\crypto\asn1\f_enum.c(84): error C2220: warning treated as error - no 'object' file generated [F:\grpc\.build\third_party\borin
gssl\crypto\asn1\asn1.vcxproj]
Any suggestions? Is this VS 2017 build supported?
Thanks
john