coreboot-kgpe-d16/util/intelmetool
Paul Menzel 90d41779d1 intelmetool: Comment out unused variable
Only commented out code uses the variable `csr`, and GCC complains about
it, when enabling the warning *unused-but-set-variable*.

```
Checking for pciutils and zlib... me.c: In function ‘mei_dump’:
me.c:50:18: warning: variable ‘csr’ set but not used [-Wunused-but-set-variable]
  struct mei_csr *csr;
                  ^~~
```

As the code is commented, also comment out the declaration of the variable.

Change-Id: I4ecb2b5e9f32906ccfc8a0628d2e0f2d3ad39a02
Signed-off-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-on: https://review.coreboot.org/19612
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
2017-05-11 16:41:56 +02:00
..
intelmetool.c intelmetool: Use correct type for pointer 2017-05-06 07:54:47 +02:00
intelmetool.h util/intelmetool: Add support for Wildcat Point LP 2017-03-08 04:36:04 +01:00
Makefile intelmetool: Enhance missing packages help 2017-05-11 09:44:44 +02:00
me.c intelmetool: Comment out unused variable 2017-05-11 16:41:56 +02:00
me.h util/intelmetool: Add intelmetool from Damien Zammit 2016-03-25 18:28:03 +01:00
me_status.c util/intelmetool: Add intelmetool from Damien Zammit 2016-03-25 18:28:03 +01:00
mmap.c intelmetool: Print strerror() results for mmap errors 2017-05-05 22:37:28 +02:00
mmap.h util/intelmetool: Fix warning building with 32-bit 2016-12-28 17:25:56 +01:00