Skip to content
Commit 3c521e06 authored by Olaf Hering's avatar Olaf Hering Committed by Sam Ravnborg
Browse files

[PATCH] kbuild: add -Wundef to global CFLAGS



A recent change to the aic scsi driver removed two defines to detect
endianness. cpp handles undefined strings as 0. As a result, the test turned
into #if 0 == 0 and the wrong code was selected.
Adding -Wundef to global CFLAGS will catch such errors.

Signed-off-by: default avatarOlaf Hering <olh@suse.de>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent ce454d4d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment