mirror of
https://github.com/torvalds/linux.git
synced 2025-11-07 20:19:47 +02:00
Compiling a kernel with W=1 generates this warning,
arch/x86/platform/efi/quirks.c:731:16: warning: comparison of unsigned
expression >= 0 is always true [-Wtype-limits]
Fixes:
|
||
|---|---|---|
| .. | ||
| efi.c | ||
| efi_32.c | ||
| efi_64.c | ||
| efi_stub_32.S | ||
| efi_stub_64.S | ||
| efi_thunk_64.S | ||
| Makefile | ||
| quirks.c | ||