On Sat, Mar 2, 2019 at 10:53 AM Louis Taylor <[email protected]> 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 <[email protected]>
Thanks for the patch! Reviewed-by: Nick Desaulniers <[email protected]> -- Thanks, ~Nick Desaulniers

