On Sat, Mar 2, 2019 at 10:53 AM Louis Taylor <lo...@kragniz.eu> wrote:
>
> When compiling with -Wreturn-type, clang warns:
>
> arch/x86/boot/compressed/kaslr.c:704:1: warning: control may reach end of
>       non-void function [-Wreturn-type]
>
> This function's return statement should probably have been placed
> outside the #endif, so move it there
>
> Link: https://github.com/ClangBuiltLinux/linux/issues/360
> Signed-off-by: Louis Taylor <lo...@kragniz.eu>

Thanks for the patch!
Reviewed-by: Nick Desaulniers <ndesaulni...@google.com>

-- 
Thanks,
~Nick Desaulniers

Reply via email to