diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-25 12:14:31 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-03-29 22:37:53 +0900 |
commit | dbd35860122b91a34b79162d1d1bed98b15c7e91 (patch) | |
tree | 5c093ab14c4206bdba52dd57455d5f16ff8df60f /Kbuild | |
parent | 51e406417950d9a614ddbb1d7769ea210b8717b0 (diff) | |
download | linux-stable-dbd35860122b91a34b79162d1d1bed98b15c7e91.tar.gz linux-stable-dbd35860122b91a34b79162d1d1bed98b15c7e91.tar.bz2 linux-stable-dbd35860122b91a34b79162d1d1bed98b15c7e91.zip |
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>
Diffstat (limited to 'Kbuild')
0 files changed, 0 insertions, 0 deletions