When we build elfconv with the command ninja, many warnings of the implicit conversion on remill occur as follows.
In file included from .../elfconv/backend/remill/lib/Arch/AArch64/Runtime/Instructions.cpp:25:
.../elfconv/backend/remill/include/remill/Arch/Runtime/Operators.h:472:1: warning: implicit conversion changes signedness: 'uint32_t' (aka 'unsigned int') to 'int' [-Wsign-conversion]
MAKE_READMVI(S, 32, int32_t, 32)
These warnings seem not to lead to execution errors for now, but these are annoying and may cause fatal execution errors.
When we build elfconv with the command ninja, many warnings of the implicit conversion on remill occur as follows.
These warnings seem not to lead to execution errors for now, but these are annoying and may cause fatal execution errors.