You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: