edk2/SecurityPkg/DeviceSecurity
Michael D Kinney 18164e8c69 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>
2025-06-13 15:47:59 +00:00
..
OsStub SecurityPkg: add DeviceSecurity support 2024-04-30 02:21:13 +00:00
SpdmLib SecurityPkg/SpdmCryptLib: Fix CLANG 20.1.0 error 2025-06-13 15:47:59 +00:00
SpdmSecurityLib SecurityPkg/Spdm: Use spdmlib enums for spdmlib calls 2025-06-13 15:47:59 +00:00