diff options
author | Dun Tan <dun.tan@intel.com> | 2024-07-04 15:15:15 +0800 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-07-04 21:33:44 +0000 |
commit | ed9a64af1be2724362b50cf96281de7117ad7bff (patch) | |
tree | 6c28cecb817a8e6d35ea95cb930a0690b6132c6e /FatBinPkg/FatBinPkg.dec | |
parent | 28099661893327296e18b8f98a1e7c3e757c7d49 (diff) | |
download | edk2-ed9a64af1be2724362b50cf96281de7117ad7bff.zip edk2-ed9a64af1be2724362b50cf96281de7117ad7bff.tar.gz edk2-ed9a64af1be2724362b50cf96281de7117ad7bff.tar.bz2 |
SecurityPkg/Tcg2Config: avoid potential build error
Cast pointer type to VOID* to avoid potential build error.
If the two PCD are FixAtBuild, PcdGetPtr will return a const
type pointer. Since the second parameter of BuildGuidDataHob
is VOID*, build error may happen with following log:
C4090: 'function': different 'const' qualifiers
Signed-off-by: Dun Tan <dun.tan@intel.com>
Diffstat (limited to 'FatBinPkg/FatBinPkg.dec')
0 files changed, 0 insertions, 0 deletions