Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: 7410754041bb994c685874a3bb62992c9da7d30a
      
https://github.com/tianocore/edk2/commit/7410754041bb994c685874a3bb62992c9da7d30a
  Author: Mike Beaton <[email protected]>
  Date:   2025-11-29 (Sat, 29 Nov 2025)

  Changed paths:
    M SecurityPkg/Library/HashLibTpm2/HashLibTpm2PeilessSecLib.c

  Log Message:
  -----------
  SecurityPkg/HashLibTpm2: Fix unused variable usage

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: 
https://github.com/tianocore/edk2/commit/9c651ef83a74d83219075316aa5d1c189ed608c8

Co-authored-by: Ard Biesheuvel <[email protected]>
Signed-off-by: Mike Beaton <[email protected]>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to