Skip to content

ARM code has unreachable code after switch statement move initialization#6

Open
sparkleholic wants to merge 1 commit intopmachata:masterfrom
sparkleholic:META-OE-PATCHES-4
Open

ARM code has unreachable code after switch statement move initialization#6
sparkleholic wants to merge 1 commit intopmachata:masterfrom
sparkleholic:META-OE-PATCHES-4

Conversation

@sparkleholic
Copy link
Copy Markdown

Fixed
sysdeps/linux-gnu/arm/trace.c:173:33: error: statement will never be executed [-Werror=switch-unreachable]
uint32_t operand1, operand2, result = 0;
^~~~~~

@kraj: As Alioth.Debian.org ended git host service, some patches of upstream seem to be missing, so I've been submitting to the maintainer's git repo instead.

Signed-off-by: Khem Raj raj.khem@gmail.com

Fixed
sysdeps/linux-gnu/arm/trace.c:173:33: error: statement will never be executed [-Werror=switch-unreachable]
    uint32_t operand1, operand2, result = 0;
                                 ^~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants