diff options
author | Paul Menzel <pmenzel@molgen.mpg.de> | 2017-10-27 10:58:00 +0200 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2017-11-03 07:51:56 +0000 |
commit | b843c5e3f32ebd57605d96e3bb0c6a714ac12900 (patch) | |
tree | 6fdfb89309085279b10f114322b6a49e51a4f7bd /src/soc/intel/common/util.h | |
parent | 57ea9b41e72a2ef6f14c2c77973d7fc389256aab (diff) |
lib/reg_script.c: Remove unused assignment
Fix the warning below.
```
CC bootblock/lib/reg_script.o
src/lib/reg_script.c:375:11: warning: Value stored to 'value' during its \
initialization is never read
uint64_t value = msr.hi;
^~~~~ ~~~~~~
```
Found-by: Clang static analyzer scan-build
(clang version 4.0.1-6 (tags/RELEASE_401/final))
Fixes: fd461e39 (regscript: Add support for MSR type)
Change-Id: I218e45d12f2f00e2ad4cfe5410029f407b57568d
Signed-off-by: Paul Menzel <pmenzel@molgen.mpg.de>
Reviewed-on: https://review.coreboot.org/22197
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Duncan Laurie <dlaurie@chromium.org>
Diffstat (limited to 'src/soc/intel/common/util.h')
0 files changed, 0 insertions, 0 deletions