microsoft / ms-tpm-20-ref

Reference implementation of the TCG Trusted Platform Module 2.0 specification.
Other
343 stars 133 forks source link

Fix compiler warnings which may be treated as errors #64

Closed jhand2 closed 2 years ago

jhand2 commented 2 years ago

CompilerDependencies.h: __pragma is commonly defined in RTOS used as part of various firmware platforms. Only define it if it isn't already defined.

TpmSizeChecks.c: once is always defined, but is only used #if DEBUG. This can cause "defined but not used" compiler errors.

ghost commented 2 years ago

CLA assistant check
All CLA requirements met.