[PATCH 0/2] Add -Wunused to x86 boot module and fix build warning

From: Zhenzhong Duan
Date: Tue Mar 03 2020 - 01:52:51 EST


[PATCH 1/2] is based on previous discuss in link below
https://lore.kernel.org/patchwork/patch/1175001/#1379873

[PATCH 2/2] drop true/false change per Thomas suggestion.

This two patches is a series, the warning in patch2 will not trigger
without patch1 by default.

Zhenzhong Duan (2):
x86/boot: Add -Wunused to KBUILD_CFLAGS
x86/boot/KASLR: Fix unused variable warning

arch/x86/boot/compressed/Makefile | 2 +-
arch/x86/boot/compressed/kaslr.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

--
2.17.1