Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Skip to content
Commit d0eaa92d authored by Prasad Sodagudi's avatar Prasad Sodagudi
Browse files

kbuild: clang: disable unused variable warnings only when constant



Currently, GCC disables -Wunused-const-variable, but not
-Wunused-variable, so warns unused variables if they are
non-constant.

While, Clang does not warn unused variables at all regardless of
the const qualifier because -Wno-unused-const-variable is implied
by the stronger option -Wno-unused-variable.

Disable -Wunused-const-variable instead of -Wunused-variable so that
GCC and Clang work in the same way.

Change-Id: I2e552288d4a9e19a15fd5e6f4d842e9304e69e28
Signed-off-by: default avatarPrasad Sodagudi <psodagud@codeaurora.org>
parent 64dad28d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment