lkml.org 
[lkml]   [2018]   [Oct]   [23]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Subject[PATCH v2 0/5] Adds -Wshadow on KBUILD_HOSTCFLAGS
Changes in v2:
1- Makefile change is the last, so there is no extra warnings on building
intermediate commits.
2- Replaced -Wshadow=local with -Wshadow
3- Created macro to accept variable name instead of changing logic in
file2alias.c
4- Drops if/else logic change in asn1_compiler.c
5- Renames variables to meaningful names in vdso2c.h

- The previous logic in file2alias.c will be available on a separated patch

Leonardo Brás (5):
x86/vdso: Renames variable to fix shadow warning.
kbuild: Removes unnecessary shadowed local variable.
Creates macro to avoid variable shadowing
modpost: Changes parameter name to avoid shadowing.
Adds -Wshadow on KBUILD_HOSTCFLAGS

Makefile | 2 +-
arch/x86/entry/vdso/vdso2c.h | 13 +++++++------
scripts/asn1_compiler.c | 2 +-
scripts/mod/file2alias.c | 24 +++++++++++++++++-------
scripts/mod/modpost.c | 4 ++--
5 files changed, 28 insertions(+), 17 deletions(-)

--
2.19.1

\
 
 \ /
  Last update: 2018-10-23 03:15    [W:0.090 / U:0.044 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site