Skip to content

Many warnings of the implicit conversion happen when building elfconv. #105

Description

@yomaytk

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions