Skip to content

Fix build with gcc 8#13

Open
berolinux wants to merge 1 commit intoMarvellEmbeddedProcessors:u-boot-2017.03-armada-17.10from
OpenMandrivaSoftware:u-boot-2017.03-armada-17.10-gcc8
Open

Fix build with gcc 8#13
berolinux wants to merge 1 commit intoMarvellEmbeddedProcessors:u-boot-2017.03-armada-17.10from
OpenMandrivaSoftware:u-boot-2017.03-armada-17.10-gcc8

Conversation

@berolinux
Copy link

gcc 8 complains about the impossible combination of attributes noreturn
and const (if it doesn't return, it can't leave the system state
unchanged - so can't be const).

Signed-off-by: Bernhard Rosenkränzer bero@lindev.ch

gcc 8 complains about the impossible combination of attributes noreturn
and const (if it doesn't return, it can't leave the system state
unchanged - so can't be const).

Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
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.

1 participant