mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
There is an unused variable in
SecurityPkg/Library/HashLibTpm2/HashLibTpm2PeilessSecLib.c
which is spotted by CLANG builds.
The correct fix here is not to just remove the unused assignment,
but rather to fix the line following it, which should have been using
the unused value in the way that it now does.
Fixes:
|
||
|---|---|---|
| .. | ||
| HashLibTpm2.c | ||
| HashLibTpm2.inf | ||
| HashLibTpm2.uni | ||
| HashLibTpm2PeilessSecLib.c | ||
| HashLibTpm2PeilessSecLib.inf | ||