diff options
author | Michael D Kinney <michael.d.kinney@intel.com> | 2025-05-19 12:22:14 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-06-13 15:47:59 +0000 |
commit | 18164e8c697557343092f305fc654de7b7261589 (patch) | |
tree | c0192ec75c8dfc996b2137ceaaedc53e1b9bb1ae /BaseTools/Source/Python | |
parent | cbbd0f747f81acabc744d9f5101a018595062fbd (diff) | |
download | edk2-18164e8c697557343092f305fc654de7b7261589.zip edk2-18164e8c697557343092f305fc654de7b7261589.tar.gz edk2-18164e8c697557343092f305fc654de7b7261589.tar.bz2 |
SecurityPkg/SpdmCryptLib: Fix CLANG 20.1.0 error
Some of the spdmlib crypto functions return 'false' in
functions that return a pointer to indicate a null
return. false is mapped to FALSE to cover other usages
to return a boolean value.
Add -Wno-non-literal-null-conversion for CLANGPDB and
CLANGDWARF to ignore these types of errors from CLANG
builds within this one library build that uses the
spdmlib git submodule.
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Diffstat (limited to 'BaseTools/Source/Python')
0 files changed, 0 insertions, 0 deletions