In Visual Studio 2019 I have a bunch of the following errors:
D:/git/xed/a/obj/xed-encoder-0.c(2331): error C2664: "void xed3_operand_set_error(xed_decoded_inst_t *,xed_error_enum_t)": невозможно преобразовать аргумент 2 из "const char" в "xed_error_enum_t" D:/git/xed/a/obj/xed-encoder-0.c(2331): note: Для преобразования в перечисляемый тип требуется явное приведение (static_cast, приведение в стиле С или приведение в стиле функции) D:\git\xed\a\obj\xed-operand-accessors.h(1107): note: см. объявление "xed3_operand_set_error"
"const char" to "xed_XXX_enum_t" fails implicitly. casts should be added.
Оптимизирующий компилятор Microsoft (R) C/C++ версии 19.23.28106.4 для x64
In Visual Studio 2019 I have a bunch of the following errors:
D:/git/xed/a/obj/xed-encoder-0.c(2331): error C2664: "void xed3_operand_set_error(xed_decoded_inst_t *,xed_error_enum_t)": невозможно преобразовать аргумент 2 из "const char" в "xed_error_enum_t" D:/git/xed/a/obj/xed-encoder-0.c(2331): note: Для преобразования в перечисляемый тип требуется явное приведение (static_cast, приведение в стиле С или приведение в стиле функции) D:\git\xed\a\obj\xed-operand-accessors.h(1107): note: см. объявление "xed3_operand_set_error"
"const char" to "xed_XXX_enum_t" fails implicitly. casts should be added.
Оптимизирующий компилятор Microsoft (R) C/C++ версии 19.23.28106.4 для x64