Skip to content
Commit 80a7d1d9 authored by Hannes Eder's avatar Hannes Eder Committed by Sam Ravnborg
Browse files

kbuild: disable sparse warning "returning void-valued expression"



The sparse warning -Wreturn-void ("returning void-valued expression")
is off by default, but it is enabled with -Wall, so add
-Wno-return-void to CHECKFLAGS to disable it.

Signed-off-by: default avatarHannes Eder <hannes@hanneseder.net>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent 4307184f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment