From b27c24f69b89aca3203d56522663a546811cbfb8 Mon Sep 17 00:00:00 2001 From: Vladimir Serbinenko Date: Mon, 8 Feb 2016 00:10:44 +0100 Subject: Workaround for unused variable warning. Change-Id: I0a0c925509027f98f724d0a4347146f21ac06c02 Signed-off-by: Vladimir Serbinenko Reviewed-on: https://review.coreboot.org/13624 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- src/ec/quanta/it8518/acpi/ec.asl | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ec/quanta') diff --git a/src/ec/quanta/it8518/acpi/ec.asl b/src/ec/quanta/it8518/acpi/ec.asl index 0045196b71..22c7352652 100644 --- a/src/ec/quanta/it8518/acpi/ec.asl +++ b/src/ec/quanta/it8518/acpi/ec.asl @@ -568,6 +568,9 @@ Device (EC0) // Force a read of CPU temperature // TODO Which temperature corresponds to the CPU? Store (TMP0, Local0) + /* So that we don't get a warning that Local0 is unused. */ + Increment (Local0) + } /* Attention Codes -- cgit v1.2.3