]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ACPICA: Update dsmethod.c to get rid of unused variable warning
authorSaket Dumbre <saket.dumbre@intel.com>
Fri, 12 Sep 2025 20:01:04 +0000 (22:01 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 15 Sep 2025 10:20:13 +0000 (12:20 +0200)
commit761dc71c6020d6aa68666e96373342d49a7e9d0a
treeebef92579f6c25373a8c83954d5fdd43405fbbec
parente9dff11a7a50fcef23fe3e8314fafae6d5641826
ACPICA: Update dsmethod.c to get rid of unused variable warning

All the 3 major C compilers (MSVC, GCC, LLVM/Clang) warn about
the unused variable i after the removal of its usage by PR #1031
addressing Issue #1027

Link: https://github.com/acpica/acpica/commit/6d235320
Signed-off-by: Saket Dumbre <saket.dumbre@intel.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/acpica/dsmethod.c