forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
-Wtautological-compare[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.12This bug was fixed in Linux 5.12This bug was fixed in Linux 5.12
Description
When building xway_defconfig:
arch/mips/lantiq/prom.c:82:23: error: array comparison always evaluates to true [-Werror,-Wtautological-compare]
else if (__dtb_start != __dtb_end)
^
1 error generated.
rg __dtb_start arch/mips shows a few instances of this. I sent a patch to fix them all: https://lore.kernel.org/r/20210105201827.51766-1-natechancellor@gmail.com
Metadata
Metadata
Assignees
Labels
-Wtautological-compare[BUG] linuxA bug that should be fixed in the mainline kernel.A bug that should be fixed in the mainline kernel.[FIXED][LINUX] 5.12This bug was fixed in Linux 5.12This bug was fixed in Linux 5.12