mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 07:31:41 +00:00
kconfig: remove unused variable in qconf.cc
If this file were compiled with -Wall, the following warning would be reported: scripts/kconfig/qconf.cc:312:6: warning: unused variable ‘i’ [-Wunused-variable] int i; ^ The commit prepares to turn on -Wall for C++ host programs. Signed-off-by: Masahiro Yamada <masahiroy@kernel.org> Reviewed-by: Kees Cook <keescook@chromium.org>
This commit is contained in:
parent
51e4064179
commit
dbd3586012
1 changed files with 0 additions and 2 deletions
|
@ -309,8 +309,6 @@ ConfigList::ConfigList(ConfigView* p, const char *name)
|
||||||
showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt),
|
showName(false), showRange(false), showData(false), mode(singleMode), optMode(normalOpt),
|
||||||
rootEntry(0), headerPopup(0)
|
rootEntry(0), headerPopup(0)
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
|
|
||||||
setObjectName(name);
|
setObjectName(name);
|
||||||
setSortingEnabled(false);
|
setSortingEnabled(false);
|
||||||
setRootIsDecorated(true);
|
setRootIsDecorated(true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue